Skip to content

[ef-43] feat: add Mintlify documentation configuration#43

Merged
NiveditJain merged 4 commits into
mainfrom
ef-43
Apr 7, 2026
Merged

[ef-43] feat: add Mintlify documentation configuration#43
NiveditJain merged 4 commits into
mainfrom
ef-43

Conversation

@NiveditJain

@NiveditJain NiveditJain commented Apr 7, 2026

Copy link
Copy Markdown
Member

Summary

  • Add docs/mint.json Mintlify configuration with navigation groups, branding colors, and GitHub/npm links
  • Add YAML frontmatter (title, description, icon) to all 9 existing doc pages and remove duplicate H1 headings
  • Replace docs/index.md with docs/introduction.md as Mintlify landing page with Card components
  • Convert all internal doc links from ./file.md to /file format for Mintlify routing

Test plan

  • Run npx mintlify dev from docs/ and verify all pages render correctly
  • Verify sidebar navigation shows all 4 groups (Getting Started, Core Concepts, Tools, Advanced)
  • Verify no duplicate H1 headings on any page
  • Verify internal links between docs work
  • After merging, confirm Mintlify GitHub App auto-deploys successfully

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Added frontmatter metadata across guide pages for consistent page titles, descriptions, and icons
    • Added a new introduction page with product overview and quick-start flow
    • Added documentation site configuration for improved presentation and navigation
    • Replaced the previous landing page and updated site navigation
    • Updated a contributing link to a canonical repository URL for clarity
    • Added new badges to the README header for docs, package, license, CI, and community links

Add mint.json config and adapt existing docs for Mintlify:
- Create docs/mint.json with navigation, branding, and links
- Add YAML frontmatter (title, description, icon) to all 9 doc pages
- Replace docs/index.md with docs/introduction.md as Mintlify landing page
- Convert internal links from ./file.md to /file format
- Fix external link to CONTRIBUTING.md to use GitHub URL

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Apr 7, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f64d5ca0-d77d-4103-9ab3-eaee262abfd6

📥 Commits

Reviewing files that changed from the base of the PR and between 8ab23ee and 678d04e.

⛔ Files ignored due to path filters (3)
  • docs/favicon.ico is excluded by !**/*.ico
  • docs/logo/exosphere-dark.png is excluded by !**/*.png
  • docs/logo/exosphere-light.png is excluded by !**/*.png
📒 Files selected for processing (2)
  • README.md
  • docs/docs.json

📝 Walkthrough

Walkthrough

Converted many docs pages from H1 headings to YAML frontmatter, removed docs/index.md and added docs/introduction.md, added docs/docs.json Mintlify configuration, and updated README badges and one docs link. No code or public API changes.

Changes

Cohort / File(s) Summary
Frontmatter additions
docs/architecture.md, docs/built-in-policies.md, docs/cli-reference.md, docs/configuration.md, docs/custom-hooks.md, docs/dashboard.md, docs/getting-started.md, docs/package-aliases.md, docs/testing.md
Replaced top-level # headings with YAML frontmatter blocks (title, description, icon). Note: docs/testing.md also updates a CONTRIBUTING link to the GitHub URL.
Landing / Intro pages
docs/index.md, docs/introduction.md
Removed docs/index.md (landing/navigation content); added docs/introduction.md with frontmatter and new introductory content + quick-start flow.
Docs site config
docs/docs.json
Added Mintlify/Mintlify-like docs configuration (site schema, theme, nav groups, navbar button, footer links).
Repository docs/branding
README.md
Added new Shields.io badges (docs, npm, license, CI, Discord).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

🐰
I nibbled headings into YAML lines,
Frontmatter carrots in tidy designs.
The old index hopped off to roam,
A bright intro found a new home.
Hooray — docs sprout fresh paths to comb!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and clearly describes the main change—adding Mintlify documentation configuration (mint.json) and frontmatter updates.
Description check ✅ Passed The description covers the primary changes (mint.json, frontmatter additions, index.md replacement) but the testing checklist remains unchecked and incomplete.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ef-43

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
docs/introduction.md (1)

17-19: Consider avoiding hardcoded policy count in docs copy.

Line 17 (“35+ Built-in Policies”) can go stale as policies evolve. Prefer non-numeric wording unless this is updated as part of each release checklist.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/introduction.md` around lines 17 - 19, The "35+ Built-in Policies"
hardcoded count should be removed to avoid stale copy: update the Card component
title attribute and visible text (currently "35+ Built-in Policies") to a
non-numeric phrase such as "Built-in Policies" or "Many Built-in Policies" and
keep the description line unchanged; locate the Card element with title="35+
Built-in Policies" and replace that title string and the matching label inside
the Card to the chosen non-numeric wording.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@docs/introduction.md`:
- Around line 17-19: The "35+ Built-in Policies" hardcoded count should be
removed to avoid stale copy: update the Card component title attribute and
visible text (currently "35+ Built-in Policies") to a non-numeric phrase such as
"Built-in Policies" or "Many Built-in Policies" and keep the description line
unchanged; locate the Card element with title="35+ Built-in Policies" and
replace that title string and the matching label inside the Card to the chosen
non-numeric wording.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 05017a88-ba13-4054-8c05-fb29c34510ca

📥 Commits

Reviewing files that changed from the base of the PR and between 0205606 and 411518f.

📒 Files selected for processing (12)
  • docs/architecture.md
  • docs/built-in-policies.md
  • docs/cli-reference.md
  • docs/configuration.md
  • docs/custom-hooks.md
  • docs/dashboard.md
  • docs/getting-started.md
  • docs/index.md
  • docs/introduction.md
  • docs/mint.json
  • docs/package-aliases.md
  • docs/testing.md
💤 Files with no reviewable changes (1)
  • docs/index.md

Revert internal links back to ./file.md format so docs are navigable
on GitHub. Mintlify handles both formats. Also replace Mintlify-only
Card/CardGroup components with standard markdown tables.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
docs/testing.md (1)

260-260: ⚠️ Potential issue | 🟡 Minor

Use a stable GitHub URL for the Contributing link.

Line 260 currently points to ../CONTRIBUTING.md, which can break in hosted docs. Link directly to the repository file instead.

Suggested fix
-See [Contributing](../CONTRIBUTING.md) for the complete pre-merge checklist.
+See [Contributing](https://github.com/exospherehost/failproofai/blob/main/CONTRIBUTING.md) for the complete pre-merge checklist.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/testing.md` at line 260, Replace the relative link "See
[Contributing](../CONTRIBUTING.md)" in docs/testing.md with a stable GitHub URL
to the repository's CONTRIBUTING.md (e.g.,
https://github.com/<OWNER>/<REPO>/blob/<BRANCH>/CONTRIBUTING.md) so hosted docs
won't break; locate the exact occurrence of the string "See
[Contributing](../CONTRIBUTING.md)" and update the markdown link target to the
repository-level absolute GitHub URL (use the correct owner/repo/branch for this
repo).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Outside diff comments:
In `@docs/testing.md`:
- Line 260: Replace the relative link "See [Contributing](../CONTRIBUTING.md)"
in docs/testing.md with a stable GitHub URL to the repository's CONTRIBUTING.md
(e.g., https://github.com/<OWNER>/<REPO>/blob/<BRANCH>/CONTRIBUTING.md) so
hosted docs won't break; locate the exact occurrence of the string "See
[Contributing](../CONTRIBUTING.md)" and update the markdown link target to the
repository-level absolute GitHub URL (use the correct owner/repo/branch for this
repo).

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a92172f1-2db7-4289-9859-82e533cba789

📥 Commits

Reviewing files that changed from the base of the PR and between 411518f and 8ab23ee.

📒 Files selected for processing (4)
  • docs/configuration.md
  • docs/getting-started.md
  • docs/introduction.md
  • docs/testing.md
✅ Files skipped from review due to trivial changes (1)
  • docs/introduction.md
🚧 Files skipped from review as they are similar to previous changes (2)
  • docs/getting-started.md
  • docs/configuration.md

NiveditJain and others added 2 commits April 7, 2026 23:24
- Replace mint.json with docs.json using luma theme and Claudeye colors
- Add Exosphere logo PNGs and favicon from exosphere.host
- Add docs, npm, license, CI, and Discord badges to README

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
GitHub API can't detect the license due to Commons Clause addendum.
Use a static shields.io badge instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant