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/
|
||||
node_modules/
|
||||
/docs
|
||||
.cache
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
site_name: NodeBB Documentation
|
||||
site_description: Documentation portal for NodeBB Forum Software
|
||||
theme:
|
||||
name: material
|
||||
logo: images/nodebb-light.svg
|
||||
|
@ -9,6 +10,8 @@ edit_uri: https://github.com/NodeBB/docs/edit/master/src/docs/
|
|||
markdown_extensions:
|
||||
- fenced_code
|
||||
- tables
|
||||
plugins:
|
||||
- social
|
||||
nav:
|
||||
- 'index.md'
|
||||
- Installation:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue