-
Notifications
You must be signed in to change notification settings - Fork 526
[Portal] removed glossary, added new articles, deprecated old pages #6841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6841 +/- ##
=======================================
Coverage 55.30% 55.30%
=======================================
Files 896 896
Lines 57023 57023
Branches 3968 3968
=======================================
Hits 31536 31536
Misses 25390 25390
Partials 97 97
🚀 New features to boost your workflow:
|
Merge activity
|
size-limit report 📦
|
…6841) CORE-0000 <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on the removal of various glossary-related files and the addition of new features and content in the sidebar navigation for different sections of the application. ### Detailed summary - Deleted multiple `.mdx` files related to the glossary in `apps/portal/src/app/glossary/`. - Updated sidebar navigation in `apps/portal/src/app/account/sidebar.tsx` to rename "API Keys" to "Projects" and added "Transfer Projects". - Added new sidebar entry "Playground" in `apps/portal/src/app/engine/sidebar.tsx`. - Enhanced `apps/portal/src/app/account/api-keys/transfer-projects/page.mdx` with steps for transferring projects, including images. - Improved `apps/portal/src/app/connect/pay/fees/page.mdx` with detailed explanations of fees. - Introduced `glossaryRedirects` in `apps/portal/redirects.mjs` for various glossary pages. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
06bc64c
to
dc07fdd
Compare
CORE-0000
PR-Codex overview
This PR focuses on the removal of various glossary-related files and the addition of new features in the sidebar navigation across different components, including updates to redirect paths and the introduction of new content in the
page.mdx
files.Detailed summary
apps/portal/src/app/glossary/
.apps/portal/src/app/account/sidebar.tsx
, renaming "API Keys" to "Projects" and adding "Transfer Projects".apps/portal/src/app/engine/sidebar.tsx
.apps/portal/src/app/account/api-keys/transfer-projects/page.mdx
.apps/portal/src/app/connect/pay/fees/page.mdx
.glossaryRedirects
for various glossary terms inapps/portal/redirects.mjs
.