2017-06-05 14:51:10 -04:00
|
|
|
site_name: NodeBB Documentation
|
2020-09-30 14:24:28 -04:00
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
logo: images/nodebb-light.svg
|
|
|
|
extra_css:
|
|
|
|
- stylesheets/overrides.css
|
2020-09-23 16:04:15 -04:00
|
|
|
repo_url: https://github.com/NodeBB/NodeBB
|
2020-11-07 17:03:04 +08:00
|
|
|
edit_uri: https://github.com/NodeBB/docs/edit/master/src/docs/
|
2017-06-05 14:42:48 -04:00
|
|
|
markdown_extensions:
|
|
|
|
- fenced_code
|
|
|
|
- tables
|
2022-03-31 12:45:07 -04:00
|
|
|
nav:
|
2017-06-05 14:42:48 -04:00
|
|
|
- 'index.md'
|
|
|
|
- Installation:
|
|
|
|
- via OS:
|
|
|
|
- 'installing/os/index.md'
|
2017-06-14 10:10:01 -04:00
|
|
|
- 'Ubuntu (Recommended)': 'installing/os/ubuntu.md'
|
2017-06-05 14:42:48 -04:00
|
|
|
- 'Arch Linux': 'installing/os/arch.md'
|
|
|
|
- 'CentOS': 'installing/os/centos.md'
|
|
|
|
- 'installing/os/debian.md'
|
2024-07-24 10:39:39 -04:00
|
|
|
- 'installing/os/fedora.md'
|
2017-06-05 14:42:48 -04:00
|
|
|
- 'FreeBSD/OpenBSD': 'installing/os/freebsd.md'
|
2024-03-05 09:30:19 -05:00
|
|
|
- 'MacOS': 'installing/os/macOS.md'
|
2024-07-24 10:39:39 -04:00
|
|
|
- 'installing/os/macos-bigsur.md'
|
2017-06-05 14:42:48 -04:00
|
|
|
- 'SmartOS': 'installing/os/smartos.md'
|
2018-03-27 15:51:17 -06:00
|
|
|
- 'Windows': 'installing/os/windows.md'
|
2017-06-05 14:42:48 -04:00
|
|
|
- via the Cloud:
|
|
|
|
- 'installing/cloud/index.md'
|
|
|
|
- 'installing/cloud/cloud9.md'
|
|
|
|
- 'installing/cloud/cloudron.md'
|
2023-08-14 14:02:46 -04:00
|
|
|
- 'installing/cloud/docker.md'
|
2017-06-05 14:42:48 -04:00
|
|
|
- 'installing/cloud/heroku.md'
|
|
|
|
- 'installing/cloud/nitrous.md'
|
2017-06-05 14:51:10 -04:00
|
|
|
- 'installing/cloud/openshift.md'
|
2024-07-24 20:16:28 +05:30
|
|
|
- 'installing/cloud/elestio.md'
|
2017-06-05 15:44:41 -04:00
|
|
|
- Configuration:
|
2017-06-05 16:06:00 -04:00
|
|
|
- Running NodeBB: 'configuring/running.md'
|
2017-06-05 15:44:41 -04:00
|
|
|
- config.json: 'configuring/config.md'
|
|
|
|
- Databases:
|
|
|
|
- 'configuring/databases/index.md'
|
|
|
|
- MongoDB: 'configuring/databases/mongo.md'
|
2017-06-14 10:30:00 -04:00
|
|
|
- Redis: 'configuring/databases/redis.md'
|
2017-06-05 15:44:41 -04:00
|
|
|
- Proxies:
|
|
|
|
- 'configuring/proxies/index.md'
|
|
|
|
- Apache (v2.4+): 'configuring/proxies/apache.md'
|
|
|
|
- Apache (v2.2): 'configuring/proxies/apache2.2.md'
|
2022-02-23 22:21:23 -05:00
|
|
|
- Caddy: 'configuring/proxies/caddy.md'
|
2017-06-05 15:44:41 -04:00
|
|
|
- NginX: 'configuring/proxies/nginx.md'
|
|
|
|
- Node.js: 'configuring/proxies/node.md'
|
|
|
|
- 'configuring/proxies/varnish.md'
|
2017-06-14 11:41:46 -04:00
|
|
|
- Plugins:
|
|
|
|
- 'configuring/plugins/index.md'
|
|
|
|
- 'configuring/plugins/emailers.md'
|
|
|
|
- 'configuring/plugins/search.md'
|
|
|
|
- Upgrading: 'configuring/upgrade.md'
|
2017-06-05 16:06:00 -04:00
|
|
|
- 'configuring/scaling.md'
|
2024-07-23 20:48:48 -04:00
|
|
|
- Federation (v4):
|
|
|
|
- Quick Start: 'activitypub/index.md'
|
|
|
|
- Pre-release Info: 'activitypub/prerelease.md'
|
|
|
|
- 'activitypub/settings.md'
|
|
|
|
- 'activitypub/privileges.md'
|
2017-06-05 15:44:41 -04:00
|
|
|
- Development:
|
2018-01-19 15:52:27 -05:00
|
|
|
- 'development/index.md'
|
2021-10-20 15:42:45 -04:00
|
|
|
- 'development/quickstart.md'
|
2021-01-22 16:23:36 -05:00
|
|
|
- Read API Reference 🔗: '/api/read'
|
|
|
|
- Write API Reference 🔗: '/api/write'
|
2017-06-05 16:06:00 -04:00
|
|
|
- Plugins:
|
|
|
|
- 'development/plugins/index.md'
|
|
|
|
- 'development/plugins/hooks.md'
|
2017-09-14 10:30:46 -04:00
|
|
|
- 'development/plugins/libraries.md'
|
2021-10-20 15:42:45 -04:00
|
|
|
- 'development/plugins/plugin.json.md'
|
2017-06-05 16:06:00 -04:00
|
|
|
- Themes:
|
|
|
|
- 'development/themes/index.md'
|
|
|
|
- Templating System: 'development/themes/templates.md'
|
2017-06-06 15:24:55 -04:00
|
|
|
- 'development/widgets.md'
|
2020-06-12 21:05:27 -04:00
|
|
|
- 'development/database-structure.md'
|
2017-06-06 15:24:55 -04:00
|
|
|
- Internationalisation (i18n): 'development/i18n.md'
|
2017-06-05 19:53:55 -04:00
|
|
|
- Style Guide: 'development/style-guide.md'
|
2017-06-05 15:44:41 -04:00
|
|
|
- Admin Panel:
|
|
|
|
- 'admin/index.md'
|
|
|
|
- 'admin/dashboard.md'
|
2017-06-05 16:06:00 -04:00
|
|
|
- 'admin/uploads.md'
|
2020-04-22 19:52:58 -07:00
|
|
|
- FAQ: 'faq.md'
|