feature: fumadocs#2171
Conversation
…s, Toncoin, Jettons, NFTs, Sign Data
…treaming, swaps, ui
Dev/tim/appkit concepts
Resolve docs.json conflict: combine Get Started (main icons + using-ui-widgets) with expanded sidebar and How to group from feature branch. Co-authored-by: Cursor <cursoragent@cursor.com>
Get started and how to
docs: references
docs: appkit concepts
docs: work on overall appkit docs style
updated appkit overview, added standard contracts overview
…links fix: remove broken tonconnect redirect
* improved ton connect overview * various fixes
* feat: iteration 1 * feat: move appkit * feat: move ton connect * feat: add icons
fix typos in ton-connect api ref
renamed Foundations, fixed links
* feat: enhance link validation and SEO checks in build process * fix: ignore scripts from build, remove duplicate implementations * chore: use tsx for scripts * fix: fix all links * fix: fix all links --------- Co-authored-by: thekiba <hr@thekiba.io> Co-authored-by: Alejandbel <bogdanov28c@gmail.com>
* fix: fix all links * feat: update redirects * feat: update redirects
|
Important Review skippedToo many files! This PR contains 300 files, which is 150 over the limit of 150. To get a review, narrow the scope: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (300)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| * @returns {boolean} | ||
| */ | ||
| function isExternalUrl(value) { | ||
| if (typeof value !== "string" || !value) return false |
| { type: "Approve", candidateId }, | ||
| opts.delay || 0 | ||
| ); | ||
| tryVote(model, candidateId); |
| import { | ||
| CONTENT_ROOT, | ||
| DOCS_JSON_PATH, | ||
| NAV_BACKUP_DIR, | ||
| NAV_OVERLAYS_PATH, | ||
| REPO_ROOT, | ||
| attachOrphansToConfig, | ||
| buildIdIndex, | ||
| collectReferencedIds, | ||
| getFrontmatterField, | ||
| isExternalTab, | ||
| isGroup, | ||
| isInternalTab, | ||
| isLink, | ||
| isPage, | ||
| parseFrontmatter, | ||
| readConfig, | ||
| readRedirects, | ||
| resolveCurrentSlug, | ||
| seedConfigFromDocsJson, | ||
| setFrontmatterField, | ||
| stampId, | ||
| walkPages, | ||
| writeConfig, | ||
| writeRedirects, | ||
| } from "./nav-config.mjs" |
| * .mdx files / subfolders that aren't already listed in its `order`. | ||
| * @param {Map<string, {order: string[]}>} dirs | ||
| */ | ||
| async function appendUnlistedChildren(dirs) { |
| const [eventLogOpen, setEventLogOpen] = useState(false); | ||
|
|
||
| const modelRef = useRef(null); | ||
| const [tick, setTick] = useState(0); |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
To fix the formatting issues:
Alternatively, a maintainer can comment /fmt in this PR to auto-apply fixes in a new commit from the bot. |
No description provided.