diff options
author | Soreine <soreine.plume@gmail.com> | 2016-03-02 11:12:44 +0100 |
---|---|---|
committer | Soreine <soreine.plume@gmail.com> | 2016-03-03 16:39:17 +0100 |
commit | e67286c51d96d88ffb8d279dbfd41f3a32de7ce0 (patch) | |
tree | 343f0b21274e9cfa98bf03fbcc879892535f3c85 /docs/structure.md | |
parent | 603622e3379e1381b7acedf5174ceba656b15285 (diff) | |
download | gitbook-e67286c51d96d88ffb8d279dbfd41f3a32de7ce0.zip gitbook-e67286c51d96d88ffb8d279dbfd41f3a32de7ce0.tar.gz gitbook-e67286c51d96d88ffb8d279dbfd41f3a32de7ce0.tar.bz2 |
Reviewing, first part
Diffstat (limited to 'docs/structure.md')
-rw-r--r-- | docs/structure.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/structure.md b/docs/structure.md index a811bd9..907f3e0 100644 --- a/docs/structure.md +++ b/docs/structure.md @@ -1,6 +1,6 @@ # Directory structure -GitBook uses a very simple and obvious directory structure: +GitBook uses a simple directory structure: ``` . @@ -26,7 +26,7 @@ An overview of what each of these does: ### Static files and Images -A static file is a file that is not listed in the `SUMMARY.md`. All static files, not [ignored](#ignore), are copied to the output. +A static file is a file that is not listed in the `SUMMARY.md`. All static files, unless [ignored](#ignore), are copied to the output. ### Ignoring files & folders {#ignore} @@ -43,9 +43,9 @@ test.md bin/* ``` -### Project documentation / Sub-directory {#subdirectory} +### Project integration with subdirectory {#subdirectory} -For software project, it sometimes better to use a diretcory (like `docs/`) to store the project's documentation. You can use the [`root` option](config.md) to indicate to GitBook in which folder the book is stored: +For software projects, you can use a subdirectory (like `docs/`) to store the book for the project's documentation. You can configure the [`root` option](config.md) to indicate the folder where GitBook can find the book's files: ``` . |