🌐
Gitbook-ng
gitbook-ng.github.io › structure.html
Directory structure · @gitbook-ng/gitbook
Multi-Lingual books have a slightly different structure. A basic GitBook usually looks something like this: . ├── book.json ├── README.md ├── SUMMARY.md ├── chapter-1/ | ├── README.md | └── something.md └── chapter-2/ ├── README.md └── something.md ... A static file is a file that is not listed in the SUMMARY.md.
🌐
Jinlaixu
blog.jinlaixu.net › books › gitbook-documentation › book › format.html
Format | GitBook Documentation
GitBook uses a convention on top of markdown files. A book is a Git repository containing at least 2 files: README.md and SUMMARY.md. Typically, this should be the introduction for your book. It will be automatically added to the final summary. The SUMMARY.md defines your book's structure.
🌐
GitBook
gitbook.com › docs › creating-content › content-structure
Content structure | GitBook Documentation
January 6, 2026 - ... For the complete documentation index, see llms.txt. This page is also available as Markdown. ... The structure of your content in GitBook is organized through pages, spaces and collections.
🌐
Gitbooks
tinydew4.gitbooks.io › gitbook › content › docs › structure.html
Directory structure · GitBook Toolchain Documentation for Multi-Languages.
Multi-Lingual books have a slightly different structure. A basic GitBook usually looks something like this: . ├── book.json ├── README.md ├── SUMMARY.md ├── chapter-1/ | ├── README.md | └── something.md └── chapter-2/ ├── README.md └── something.md ... A static file is a file that is not listed in the SUMMARY.md.
🌐
Gitbook
toolchain.gitbook.com › structure.html
GitBook documentation | GitBook Documentation
Drive GitBook from Claude, Cursor, or any MCP client. Draft, restructure, and open change requests. ... Sync from Git, script with the CLI, or build on the API and ship your own components. ... Follow it end to end, or pick up where you left off. ... Start fresh or bring what you have. ... Review before anything goes live. ... Structure, brand, and control access.
🌐
GitBook
docs.gitbook.com › integrations › git-sync › content-configuration
Content configuration | GitBook Documentation
November 28, 2024 - All other options that specify paths will be relative to this root folder. So if you define root as ./docs/ and then structure.summary as ./product/SUMMARY.md, GitBook will actually look for a file in ./docs/product/SUMMARY.md.‌
🌐
Arquisoft
arquisoft.github.io › dechat_en1b › docs › 14. Project Structure.html
Project Structure · GitBook
.travis.yml: configuration file for the continuous integration environment (versions, scripts to be executed...) angular.json: Angular CLI configuration and options for the tools defined by the CLI such as serve, build and test · book.json: gitbook configuration file, in this case for the theme
🌐
GitBook
gitbook.com › docs › getting-started › git-sync › content-configuration
Content configuration | GitBook Documentation
June 10, 2026 - If you’d like to configure Git Sync further, you can add a .gitbook.yaml file at the root of the content synced for that section to tell GitBook how to parse your Git repository. In a monorepo, that file lives in the section’s configured Project directory. ... root: ./ ​structure: readme: README.md summary: SUMMARY.md​ redirects: previous/page: new-folder/page.md
Find elsewhere
🌐
GitBook
gitbook.com › docs › getting-started › git-sync › monorepos
Monorepos | GitBook Documentation
November 27, 2025 - Each synced space has its own Project directory. GitBook reads that space’s .gitbook.yaml from the configured Project directory. It then resolves root, README.md, SUMMARY.md, Markdown files, and asset paths from that space’s synced scope.
🌐
GitBook
docs.gitbook.com › content-editor › editor › content-structure
Content structure | GitBook Documentation
September 18, 2024 - Content structure · Spaces · Pages · Collections · Blocks · Paragraphs · Headings · Unordered lists · Ordered lists · Task lists · Hints · Quotes · Code blocks · Files · Images · Embedded URLs · Tables · Cards · Tabs · Expandable · Stepper · Drawings · Math & TeX · Page links · Reusable content · Broken links · Searching content · Search & Quick find · GitBook AI ·
🌐
Seagull-js
seagull-js.github.io › chapters › core › folder-structure.html
Folder Structure · GitBook
Since Seagull follows a Zero-Config concept, there are a few rules on where to put stuff for your project. This is how an empty scaffolded project looks like, with explanations: · This folder contains everything you would label "backend". There is no server, but all you need are functions ...
🌐
GitBook
gitbook.com › docs › publishing-documentation › site-structure
Site structure | GitBook Documentation
January 6, 2026 - From your docs site’s dashboard, open the Settings tab in the site header, then click Structure.
🌐
Tidepool
developer.tidepool.org › docs › front-end › redux › directory-structure.html
directory structure · GitBook
In blip, the path to all the redux-related code is app/redux/; in the Chrome uploader it is lib/redux/. Within redux/ the directory structure is as follows: ... async.js for asynchronous and/or conditional action creators that depend on the redux-thunk middleware ... for the "root" app component, in dev and prod versions (as the dev version includes code to render the redux devtools UI) ... for the reducers (quelle surprise!) [Since we use the standard combineReducers included with the redux core library, our reducers are broken up into separate files representing branches of the state tree as appropriate to each application.]
🌐
Devland
docs.devland.is › repository › gitbook-contribute
GitBook Contributions - Handbook - Devland's
Search · CtrlK · Technical Direction · Technical overview · Technical Implementation · API Design Guide · Data Definitions and Standards · Data Transfer Objects · Documentation · Environments
🌐
Tidepool
developer.tidepool.org › uploader › docs › guide › DirectoryStructure.html
App & directory structure · GitBook
App & directory structure · Coming soon · results matching "" · No results matching ""
🌐
GitBook
gitbook.com › blog › how-to-structure-documentation
How to structure technical documentation: information architecture best practices | Guides | GitBook Documentation
How do I migrate my docs to GitBook?Give me an overview of GitBook's AI features.What has GitBook shipped in the last month? ... For the complete documentation index, see llms.txt. This page is also available as Markdown. ... Learn information architecture best practices to structure technical documentation — including API docs, product docs, guides, FAQs, and changelogs — so users can find answers fast
🌐
Medium
medium.com › @techworldthink › creating-and-publishing-a-gitbook-on-github-7bc82dedc4a9
Creating and Publishing a GitBook on GitHub | by Jobin J | Medium
July 28, 2024 - Note: The -g flag installs gitbook-cli ... ... This command will generate the initial structure of your book with two files: README.md and SUMMARY.md....