[PR #203] [MERGED] docs: add landing page #914

Closed
opened 2025-10-07 00:24:35 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: docs-landing-page


📝 Commits (10+)

  • 4db05f7 docs: add landing page
  • 4d0c9b3 docs: add landing page
  • cbbe8e6 fixed button text color
  • 88404e4 fix header to be more like pocket id admin ui
  • 3314ddf fix header text to be even with image
  • 4a02bcf fix header border
  • 5e62b64 change header text size
  • 1f60474 fix the remaining layout to match pocket-id admin ui
  • e0e851e change the default page, fix the get started button link to /docs/introduction
  • 757bb80 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pocket-id/pocket-id/pull/203 **Author:** [@kmendell](https://github.com/kmendell) **Created:** 2/3/2025 **Status:** ✅ Merged **Merged:** 2/6/2025 **Merged by:** [@stonith404](https://github.com/stonith404) **Base:** `main` ← **Head:** `docs-landing-page` --- ### 📝 Commits (10+) - [`4db05f7`](https://github.com/pocket-id/pocket-id/commit/4db05f7cba51cbac73117dfe328666e6f4ae6142) docs: add landing page - [`4d0c9b3`](https://github.com/pocket-id/pocket-id/commit/4d0c9b3803d686f3b5a857584fa67816af80d91b) docs: add landing page - [`cbbe8e6`](https://github.com/pocket-id/pocket-id/commit/cbbe8e601268764ec682a8548c05133466954e96) fixed button text color - [`88404e4`](https://github.com/pocket-id/pocket-id/commit/88404e4d8081363b21a74c8cbfae05df9368bd28) fix header to be more like pocket id admin ui - [`3314ddf`](https://github.com/pocket-id/pocket-id/commit/3314ddf362a57f69f32e99a558508a0452b606f6) fix header text to be even with image - [`4a02bcf`](https://github.com/pocket-id/pocket-id/commit/4a02bcf13f903013c448e30a16c26c150d9f1cef) fix header border - [`5e62b64`](https://github.com/pocket-id/pocket-id/commit/5e62b6453d31e2aea19cc3d7b16b9bba993d5131) change header text size - [`1f60474`](https://github.com/pocket-id/pocket-id/commit/1f60474620a6cda460c7418712019dd2f35f4ace) fix the remaining layout to match pocket-id admin ui - [`e0e851e`](https://github.com/pocket-id/pocket-id/commit/e0e851e8a7da21eb50ae1378a912f4a58f6db43e) change the default page, fix the get started button link to /docs/introduction - [`757bb80`](https://github.com/pocket-id/pocket-id/commit/757bb802c7efe51afdbb7ecc60c9b08f03ec369d) Merge branch 'main' into docs-landing-page ### 📊 Changes **7 files changed** (+596 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-07 00:24:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#914