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
📝 docs(readme): clarify badge examples to avoid confusion [ci skip]
Clarify that Markdown and HTML snippets are usage examples and not broken rendering. Helps future contributors avoid misunderstanding the badge preview.
Relates to #3244
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.
79
78
80
79
### Other development commands
81
80
82
-
-`bun format`: format the code
83
-
-`bun lint`: lint the code
81
+
-`bun format`: format the code
82
+
-`bun lint`: lint the code
84
83
85
84
### CI and testing
86
85
@@ -124,13 +123,13 @@ Encounter a bug or find an issue you'd like to fix? Helping us fix issues relate
124
123
125
124
## Deployment
126
125
127
-
> [!WARNING]
126
+
> [!WARNING]
128
127
> While it is possible to self-host this project, we do not recommend this unless you are certain this option fits your need.
129
-
>
128
+
>
130
129
> _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._
131
-
>
130
+
>
132
131
> 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.
133
-
>
132
+
>
134
133
> 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.
135
134
136
135
This project allows you to self-host the rendering portion of your GitBook published content. Self-hosting has pros and cons.
@@ -155,10 +154,14 @@ See `LICENSE` for more information.
@@ -185,3 +188,4 @@ GitBook wouldn't be possible without these projects:
185
188
## Legacy GitBook (Deprecated)
186
189
187
190
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