@@ -49,6 +49,11 @@ repo_url: https://github.com/fief-dev/fief
4949plugins :
5050 - search
5151 - tags
52+ - mike
53+
54+ extra :
55+ version :
56+ provider : mike
5257
5358markdown_extensions :
5459 - toc :
@@ -78,8 +83,6 @@ markdown_extensions:
7883 - footnotes
7984
8085extra :
81- analytics :
82- provider : posthog
8386 header_links :
8487 - title : About
8588 href : https://www.fief.dev
@@ -95,71 +98,71 @@ extra_javascript:
9598 - assets/javascripts/fernet.js
9699
97100watch :
98- - examples
99- - reusables
100- - overrides
101+ - examples
102+ - reusables
103+ - overrides
101104
102105nav :
103106 - index.md
104107 - Stronghold :
105- - stronghold/index.md
106- - ' Getting started ' :
107- - getting-started/introduction.md
108- - getting-started/local-instance.md
109- - getting-started/oauth2.md
110- - getting-started/try-oauth2.md
108+ - stronghold/index.md
109+ - " Getting started " :
110+ - getting-started/introduction.md
111+ - getting-started/local-instance.md
112+ - getting-started/oauth2.md
113+ - getting-started/try-oauth2.md
111114 - user-journey.md
112- - ' Integrate ' :
113- - ' Python ' :
114- - ' General ' : integrate/python/index.md
115- - integrate/python/fastapi.md
116- - integrate/python/flask.md
117- - integrate/python/cli.md
118- - ' Reference ↗️ ' : https://fief-dev.github.io/fief-python/
119- - ' JavaScript ' :
120- - ' General ' : integrate/javascript/index.md
121- - ' Backend ' :
122- - integrate/javascript/backend/express.md
123- - ' SSR ' :
124- - integrate/javascript/ssr/nextjs-app.md
125- - integrate/javascript/ssr/nextjs-pages.md
126- - ' Frontend ' :
127- - integrate/javascript/frontend/browser.md
128- - integrate/javascript/frontend/react.md
129- - ' Reference ↗️ ' : https://fief-dev.github.io/fief-js/
130- - ' Configure ' :
131- - configure/index.md
132- - configure/tenants.md
133- - configure/clients.md
134- - configure/oauth-providers.md
135- - configure/users.md
136- - configure/user-fields.md
137- - configure/access-control.md
138- - configure/webhooks.md
139- - configure/api-keys.md
140- - ' Customization ' :
141- - configure/customization/themes.md
142- - configure/customization/email-templates.md
143- - ' Going further ' :
144- - going-further/authorize-url.md
145- - going-further/acr.md
146- - going-further/pkce.md
147- - going-further/id-token-encryption.md
148- - going-further/oauth-provider-token.md
149- - ' Admin API ' :
150- - api/index.md
151- - ' Webhooks ' :
152- - Integration guide : api/webhooks/guide.md
153- - Events : api/webhooks/events.md
154- - ' Self-hosting ' :
155- - self-hosting/index.md
156- - ' Deployment ' :
157- - self-hosting/deployment/railway.md
158- - self-hosting/deployment/render.md
159- - self-hosting/deployment/docker-compose.md
160- - ' Configuration ' :
161- - self-hosting/configuration/database.md
162- - self-hosting/configuration/email-provider.md
163- - self-hosting/configuration/ssl.md
164- - self-hosting/environment-variables.md
115+ - " Integrate " :
116+ - " Python " :
117+ - " General " : integrate/python/index.md
118+ - integrate/python/fastapi.md
119+ - integrate/python/flask.md
120+ - integrate/python/cli.md
121+ - " Reference ↗️ " : https://fief-dev.github.io/fief-python/
122+ - " JavaScript " :
123+ - " General " : integrate/javascript/index.md
124+ - " Backend " :
125+ - integrate/javascript/backend/express.md
126+ - " SSR " :
127+ - integrate/javascript/ssr/nextjs-app.md
128+ - integrate/javascript/ssr/nextjs-pages.md
129+ - " Frontend " :
130+ - integrate/javascript/frontend/browser.md
131+ - integrate/javascript/frontend/react.md
132+ - " Reference ↗️ " : https://fief-dev.github.io/fief-js/
133+ - " Configure " :
134+ - configure/index.md
135+ - configure/tenants.md
136+ - configure/clients.md
137+ - configure/oauth-providers.md
138+ - configure/users.md
139+ - configure/user-fields.md
140+ - configure/access-control.md
141+ - configure/webhooks.md
142+ - configure/api-keys.md
143+ - " Customization " :
144+ - configure/customization/themes.md
145+ - configure/customization/email-templates.md
146+ - " Going further " :
147+ - going-further/authorize-url.md
148+ - going-further/acr.md
149+ - going-further/pkce.md
150+ - going-further/id-token-encryption.md
151+ - going-further/oauth-provider-token.md
152+ - " Admin API " :
153+ - api/index.md
154+ - " Webhooks " :
155+ - Integration guide : api/webhooks/guide.md
156+ - Events : api/webhooks/events.md
157+ - " Self-hosting " :
158+ - self-hosting/index.md
159+ - " Deployment " :
160+ - self-hosting/deployment/railway.md
161+ - self-hosting/deployment/render.md
162+ - self-hosting/deployment/docker-compose.md
163+ - " Configuration " :
164+ - self-hosting/configuration/database.md
165+ - self-hosting/configuration/email-provider.md
166+ - self-hosting/configuration/ssl.md
167+ - self-hosting/environment-variables.md
165168 - Telemetry : telemetry.md
0 commit comments