Gitbook works a bit like a wiki in that you can edit all pages freely, but unlike a wiki, it uses git's "everyone has their own branch" principle. This is to say that the changes you make are independent of everyone else's changes, and won't show up on the main (live) website until the branches are merged.