mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
caa5617ce6
* website: Touch up shared config. * website: Update deps. Fix issues surrounding cross-package formatting.
9 lines
202 B
JavaScript
9 lines
202 B
JavaScript
/**
|
|
* @file Docusaurus configuration for the authentik website.
|
|
*/
|
|
|
|
export * from "./lib/theme.js";
|
|
export * from "./lib/common.js";
|
|
export * from "./lib/routing.js";
|
|
export * from "./lib/navbar.js";
|