fix: add site description and enable social plugin

This commit is contained in:
Julian Lam 2024-11-04 15:06:54 -05:00
parent 476f9a2a6b
commit 8ff7d7974b
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
site/ site/
node_modules/ node_modules/
/docs /docs
.cache

View file

@ -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: