You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any published GitBook site can be accessed through your local development instance, and any updates you make to the codebase will be reflected in your browser.
78
79
79
80
### Other development commands
80
81
81
-
-`bun format`: format the code
82
-
-`bun lint`: lint the code
82
+
-`bun format`: format the code
83
+
-`bun lint`: lint the code
83
84
84
85
### CI and testing
85
86
@@ -123,13 +124,13 @@ Encounter a bug or find an issue you'd like to fix? Helping us fix issues relate
123
124
124
125
## Deployment
125
126
126
-
> [!WARNING]
127
+
> [!WARNING]
127
128
> While it is possible to self-host this project, we do not recommend this unless you are certain this option fits your need.
128
-
>
129
+
>
129
130
> _Looking to add a specific feature in GitBook? Head to our [contributing guide](https://github.com/GitbookIO/gitbook/blob/main/.github/CONTRIBUTING.md) to get started._
130
-
>
131
+
>
131
132
> Self-hosting this project puts the responsibility of maintaining and merging future updates on **you**. We cannot guarantee support, maintenance, or updates to forked and self-hosted instances of this project.
132
-
>
133
+
>
133
134
> We want to make it as easy as possible for our community to collaborate and push the future of GitBook, which is why we encourage you to contribute to our product directly instead of creating your own version.
134
135
135
136
This project allows you to self-host the rendering portion of your GitBook published content. Self-hosting has pros and cons.
@@ -174,10 +175,10 @@ HTML example:
174
175
175
176
GitBook wouldn't be possible without these projects:
@@ -188,4 +189,3 @@ GitBook wouldn't be possible without these projects:
188
189
## Legacy GitBook (Deprecated)
189
190
190
191
Our previous version of GitBook and it's CLI tool are now deprecated. You can still view the old repository and it's commits on this [branch](https://github.com/GitbookIO/gitbook/tree/legacy).
0 commit comments