mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
[PR #118] [MERGED] docs: add docusaurus docs #947
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/118
Author: @kmendell
Created: 1/16/2025
Status: ✅ Merged
Merged: 1/21/2025
Merged by: @stonith404
Base:
main← Head:docs-refactor📝 Commits (10+)
7005d11docs: add docusaurus docs086b224docs: add docusaurus docs0d66f06docs: add docusaurus docs768407bdocs: add docusaurus docs8f158a4Merge branch 'stonith404:main' into docs-refactor8715ba7remove LDAP Env from docs7f3083aadd caddy-security into docs183f83bMerge branch 'main' into docs-refactor4e410afadded ldap client setup docs2eea4d9Merge branch 'docs-refactor' of https://github.com/kmendell/pocket-id into docs-refactor📊 Changes
28 files changed (+18655 additions, -225 deletions)
View changed files
📝
.gitignore(+17 -1)📝
README.md(+2 -172)➕
docs/docs/client-examples/cloudflare-zero-trust.md(+26 -0)➕
docs/docs/client-examples/hoarder.md(+25 -0)📝
docs/docs/client-examples/imgs/jellyfin_img.png(+0 -0)📝
docs/docs/client-examples/imgs/jellyfin_img2.png(+0 -0)📝
docs/docs/client-examples/imgs/jellyfin_img3.png(+0 -0)📝
docs/docs/client-examples/jellyfin.md(+12 -51)➕
docs/docs/client-examples/open-webui.md(+16 -0)➕
docs/docs/client-examples/semaphore-ui.md(+28 -0)➕
docs/docs/client-examples/vikunja.md(+22 -0)➕
docs/docs/configuration/environment-variables.md(+25 -0)➕
docs/docs/configuration/ldap.md(+40 -0)📝
docs/docs/guides/proxy-services.md(+5 -1)➕
docs/docs/help-out/contribute.md(+77 -0)➕
docs/docs/introduction.md(+24 -0)➕
docs/docs/setup/installation.md(+73 -0)➕
docs/docs/setup/nginx-reverse-proxy.md(+13 -0)➕
docs/docs/setup/upgrading.md(+45 -0)➕
docs/docs/troubleshooting/account-recovery.md(+13 -0)...and 8 more files
📄 Description
This should be a full layout with all current docs built in docusaurus. This does include the updated LDAP Sync Environment Variables as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.