mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
[PR #203] [MERGED] docs: add landing page #914
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/203
Author: @kmendell
Created: 2/3/2025
Status: ✅ Merged
Merged: 2/6/2025
Merged by: @stonith404
Base:
main← Head:docs-landing-page📝 Commits (10+)
4db05f7docs: add landing page4d0c9b3docs: add landing pagecbbe8e6fixed button text color88404e4fix header to be more like pocket id admin ui3314ddffix header text to be even with image4a02bcffix header border5e62b64change header text size1f60474fix the remaining layout to match pocket-id admin uie0e851echange the default page, fix the get started button link to /docs/introduction757bb80Merge branch 'main' into docs-landing-page📊 Changes
7 files changed (+596 additions, -1 deletions)
View changed files
📝
docs/package-lock.json(+504 -0)📝
docs/package.json(+5 -0)➕
docs/postcss.config.js(+6 -0)📝
docs/src/pages/index.tsx(+1 -1)➕
docs/src/pages/start.tsx(+58 -0)➕
docs/static/styles.css(+10 -0)➕
docs/tailwind.config.js(+12 -0)📄 Description
This will need more tweaking as we will need to update the docs to https://pocket-id.org/docs and what not but this is a good starting point to see if you like it or not.
We also would have to update the index.tsx file to just redirect to this page instead of introduction
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.