You've already forked oauth2-proxy
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:
@ -37,6 +37,9 @@ module.exports = {
|
||||
style: 'dark',
|
||||
copyright: `Copyright © ${new Date().getFullYear()} OAuth2 Proxy.`,
|
||||
},
|
||||
prism: {
|
||||
additionalLanguages: ['hcl', 'powershell'],
|
||||
},
|
||||
},
|
||||
presets: [
|
||||
[
|
||||
|
Reference in New Issue
Block a user