Skip to content

Commit 306b55b

Browse files
feat: v5 (#61)
* feat: enhance Kubernetes documentation with detailed use cases and Istio integration (#43) * refactor: change framework (again) to astro starlight * refactor: adapt index, getting started and access controls guides for v5 * chore: set node version in package json * fix: use preview command as start command for astro * feat: enable sitemap in astro * fix: allow all hosts in preview mode * fix: configure astro preview in config * refactor: update oauth guides with new config options and screenshots * refactor: adapt ldap guide for v5 * refactor: adapt runtipi guide for v5 * refactor: adapt binary, totp and npm guides for v5 * refactor: adapt configuration for v5 * refactor: update configuration reference using the generated out * refactor: adapt reference for v5 * refactor: adapt community guides for v5 * feat: v5 migration guide * feat: add v5 migration guide * chore: review feedback * refactor: css touch ups * fix: add margin to banner on home page * refactor: update favicon and screenshot * feat: oidc guide * chore: review feedback for oidc guide * refactor: use tabs for binary and docker commands * chore: rabbit review comments * chore: more review comments * refactor: reorganize guide and reference order * refactor: update contributing guide * chore: add umami * refactor: only bind globally on preview * chore: update authorize screenshot * chore: update screenshot * refactor: categorize leftover options and flip disabled to enabled --------- Co-authored-by: Pushpinder Singh <53684951+pushpinderbal@users.noreply.github.com>
1 parent a980639 commit 306b55b

157 files changed

Lines changed: 2522 additions & 6017 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

.gitignore

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
# Dependencies
2-
/node_modules
1+
# build output
2+
dist/
3+
# generated types
4+
.astro/
35

4-
# Production
5-
/build
6-
7-
# Generated files
8-
.react-router
9-
.cache-loader
10-
11-
# Misc
12-
.DS_Store
13-
.env.local
14-
.env.development.local
15-
.env.test.local
16-
.env.production.local
6+
# dependencies
7+
node_modules/
178

9+
# logs
1810
npm-debug.log*
1911
yarn-debug.log*
2012
yarn-error.log*
13+
pnpm-debug.log*
14+
15+
16+
# environment variables
17+
.env
18+
.env.production
19+
20+
# macOS-specific files
21+
.DS_Store

.prettierignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.prettierrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/app.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/cli.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

app/components/card.tsx

Lines changed: 0 additions & 24 deletions
This file was deleted.

app/components/countup.tsx

Lines changed: 0 additions & 125 deletions
This file was deleted.

app/components/discord.tsx

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)