1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-15 00:15:00 +02:00

Refactored docs (#2284)

* Refactored documentation for providers

* Lots of fixes
- Fixed grammar/typos
- Fixed sidebar config
- Enabled additional prism languages

* Removed useless spaces

* Fixed leftover typos

* Fixes for verify-generate

* Updated package-lock.json
This commit is contained in:
Koen van Zuijlen
2023-10-31 20:32:59 +01:00
committed by GitHub
parent a53da415c9
commit 76bc2cf73f
30 changed files with 1484 additions and 1360 deletions

View File

@ -37,6 +37,9 @@ module.exports = {
style: 'dark',
copyright: `Copyright © ${new Date().getFullYear()} OAuth2 Proxy.`,
},
prism: {
additionalLanguages: ['hcl', 'powershell'],
},
},
presets: [
[