mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Setup summary for documentation
This commit is contained in:
@@ -27,6 +27,9 @@ node_modules
|
||||
# vim swapfile
|
||||
*.swp
|
||||
|
||||
# Output of documentation
|
||||
docs/_book
|
||||
|
||||
lib2
|
||||
test2
|
||||
theme2
|
||||
@@ -1,14 +0,0 @@
|
||||
var pkg = require('./package.json');
|
||||
|
||||
module.exports = {
|
||||
root: './docs',
|
||||
plugins: ['versions'],
|
||||
pluginsConfig: {
|
||||
versions: {
|
||||
type: 'tags'
|
||||
}
|
||||
},
|
||||
variables: {
|
||||
version: pkg.version
|
||||
}
|
||||
};
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# GitBook v{{ book.version }}: Documentation
|
||||
# GitBook Documentation: v{{ book.version }}
|
||||
|
||||
### FAQ
|
||||
|
||||
|
||||
+18
-1
@@ -1,13 +1,30 @@
|
||||
# Summary
|
||||
|
||||
### Getting Started
|
||||
|
||||
* [About this document](README.md)
|
||||
* [Installation and Setup](setup.md)
|
||||
* [Directory structure](structure.md)
|
||||
|
||||
### Your Content
|
||||
|
||||
* [Configuration](config.md)
|
||||
* [Pages and Summary](pages.md)
|
||||
* [Assets](assets.md)
|
||||
* [Glossary](glossary.md)
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
* [Templating](templating.md)
|
||||
* [Content References](conrefs.md)
|
||||
* [Variables](variables.md)
|
||||
* [Filters](filters.md)
|
||||
|
||||
### Customization
|
||||
|
||||
* [Plugins](plugins.md)
|
||||
* [Theming](themes.md)
|
||||
* [Theming](themes.md)
|
||||
|
||||
--
|
||||
|
||||
* [FAQ](faq.md)
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
var pkg = require('../package.json');
|
||||
|
||||
module.exports = {
|
||||
"title": "GitBook Documentation",
|
||||
|
||||
plugins: ["theme-official"],
|
||||
theme: "official",
|
||||
variables: {
|
||||
version: pkg.version
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user