Rework the homepage and the nav completely

This commit is contained in:
TheFrenchGhosty 2023-07-10 15:37:11 +02:00
parent c3af90dd3b
commit 2330e17776
No known key found for this signature in database
GPG key ID: 4E616F0FFE25B75B
2 changed files with 24 additions and 14 deletions

View file

@ -1,29 +1,38 @@
## General ## General
- [Public Invidious Instances](./instances.md) - [Invidious Instances](./instances.md)
- [Applications](./applications.md) - [Applications](./applications.md)
- [Always proxy videos through server](./proxy-videos.md) - [Export YouTube subscriptions](./export-youtube-subscriptions.md)
- [Frequently Asked Questions](./faq.md)
## For Advanced Users
- [Preferences](./preferences.md) - [Preferences](./preferences.md)
- [Geoblocking, available quality and DASH](./geoblocking.md)
- [Using search filters](./search-filters.md) - [Using search filters](./search-filters.md)
- [List of URL parameters](./url-parameters.md) - [List of URL parameters](./url-parameters.md)
- [Always proxy videos through server](./proxy-videos.md)
- [Geoblocking, available quality and DASH](./geoblocking.md)
- [How to deal with uMatrix](./umatrix.md) - [How to deal with uMatrix](./umatrix.md)
- [Redirector Setup](./redirector-setup.md)
## For Administrators ## For Administrators
- [Installation](./installation.md) - [Installation](./installation.md)
- [Configuration](./configuration.md) - [Configuration](./configuration.md)
- [Apache2 Virtual Host with Reverse Proxy](./apache2.md)
- [Nginx Reverse Proxy Configuration](./nginx.md) - [Nginx Reverse Proxy Configuration](./nginx.md)
- [Caddy Reverse Proxy Configuration](./caddy.md) - [Caddy Reverse Proxy Configuration](./caddy.md)
- [Apache2 Virtual Host with Reverse Proxy](./apache2.md)
- [Database Information and Maintenance](./db-maintenance.md) - [Database Information and Maintenance](./db-maintenance.md)
- [Takedown Notices](./takedown.md)
- [Hide Invidious instance behind proxy server (for escaping DMCA requests)](./hide-instance-behind-proxy-server.md)
- [Issues with CAPTCHA](./captcha-bug.md) - [Issues with CAPTCHA](./captcha-bug.md)
- [How to setup Anti-Captcha](./anti-captcha.md) - [How to setup Anti-Captcha](./anti-captcha.md)
- [How to reset a user's password](./reset-pass.md) - [How to reset a user's password](./reset-pass.md)
- [Known Exception in log](./known-exception.md)
## For Developers ## For Developers
- [API](./api.md) - [API](./api.md)
* [Common object types used across the API](./api/common_types.md) - [Common object types used across the API](./api/common_types.md)
* ["Channels" endpoint](./api/channels_endpoint.md) - ["Channels" endpoint](./api/channels_endpoint.md)
* [Authenticated Endpoints](./api/authenticated-endpoints.md) - [Authenticated Endpoints](./api/authenticated-endpoints.md)

View file

@ -10,29 +10,30 @@ nav:
- Home: 'index.md' - Home: 'index.md'
- 'General': - 'General':
- 'instances.md' - 'instances.md'
- 'export-youtube-subscriptions.md'
- 'preferences.md'
- 'applications.md' - 'applications.md'
- 'export-youtube-subscriptions.md'
- 'faq.md'
- 'For Advanced Users':
- 'preferences.md'
- 'search-filters.md' - 'search-filters.md'
- 'url-parameters.md' - 'url-parameters.md'
- 'proxy-videos.md' - 'proxy-videos.md'
- 'geoblocking.md' - 'geoblocking.md'
- 'umatrix.md' - 'umatrix.md'
- 'known-exception.md'
- 'faq.md'
- 'redirector-setup.md' - 'redirector-setup.md'
- 'For Administrators': - 'For Administrators':
- 'installation.md' - 'installation.md'
- 'configuration.md' - 'configuration.md'
- 'apache2.md'
- 'nginx.md' - 'nginx.md'
- 'caddy.md' - 'caddy.md'
- 'apache2.md'
- 'db-maintenance.md' - 'db-maintenance.md'
- 'captcha-bug.md'
- 'anti-captcha.md'
- 'takedown.md' - 'takedown.md'
- 'hide-instance-behind-proxy-server.md' - 'hide-instance-behind-proxy-server.md'
- 'captcha-bug.md'
- 'anti-captcha.md'
- 'reset-pass.md' - 'reset-pass.md'
- 'known-exception.md'
- 'For Developers': - 'For Developers':
- 'api.md' - 'api.md'
- 'api/common_types.md' - 'api/common_types.md'