mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/docs.git
synced 2025-10-03 08:43:37 +08:00
fix: add site description and enable social plugin
This commit is contained in:
parent
476f9a2a6b
commit
8ff7d7974b
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
site/
|
site/
|
||||||
node_modules/
|
node_modules/
|
||||||
/docs
|
/docs
|
||||||
|
.cache
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
site_name: NodeBB Documentation
|
site_name: NodeBB Documentation
|
||||||
|
site_description: Documentation portal for NodeBB Forum Software
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
logo: images/nodebb-light.svg
|
logo: images/nodebb-light.svg
|
||||||
|
@ -9,6 +10,8 @@ edit_uri: https://github.com/NodeBB/docs/edit/master/src/docs/
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- fenced_code
|
- fenced_code
|
||||||
- tables
|
- tables
|
||||||
|
plugins:
|
||||||
|
- social
|
||||||
nav:
|
nav:
|
||||||
- 'index.md'
|
- 'index.md'
|
||||||
- Installation:
|
- Installation:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue