1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-12-01 22:51:45 +02:00

docs: upgrade to docusaurus 3.1.0 (#2388)

* initial commit for docusaurus 3 upgrade

* fix mdx errors

* fix mdx issues

* fix routing issues

* update docs generation workflow

* fix version

* fix permissions

* move slack to header

* remove background color and minify

* Add suggestions

* add shell to code blocks
This commit is contained in:
Jan Larwig
2024-01-26 13:07:01 +01:00
committed by GitHub
parent de0b6dd8a9
commit 6c2c115d30
41 changed files with 7102 additions and 14474 deletions

View File

@@ -1,5 +1,9 @@
module.exports = {
const sidebars = {
docs: [
{
type: 'doc',
id: 'welcome',
},
{
type: 'doc',
id: 'installation',
@@ -71,3 +75,5 @@ module.exports = {
},
],
};
export default sidebars;