Mintlify compatibility#52
Merged
Merged
Conversation
…bility - Added new Sphinx documentation files and configuration for improved organization. - Updated `.gitignore` to exclude Sphinx build directories. - Modified `CONTRIBUTING.md` and GitHub Actions workflow to reflect new documentation paths. - Introduced new content files for configuration, getting started, usage, and specification sections. - Enhanced command handling documentation and added examples for single-robot and fleet connectors. - Included static assets such as logos and favicons for documentation branding.
b-Tomas
force-pushed
the
b-Tomas/mintlify-docs
branch
from
December 19, 2025 13:10
1a3d2f0 to
bd43c2d
Compare
leandropineda
approved these changes
Dec 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Reduce the docs to common syntax for Sphinx and Mintlify, enabling a mintlify mutlirepo while maintaining the Sphinx site.
See inorbit-ai/docs#1
Note
Ports docs to shared Markdown content for Sphinx and Mintlify, adds Mintlify builder/navigation, restructures Sphinx, and updates CI to build from the new path.
docs/contentsusing YAML frontmatter; internal links converted to Markdown links.docs/sphinxwith wrapper pages that{include}shared content;conf.pyreads version without importing, updates static paths, setsroot_doc, and suppresses MyST anchor warnings;Makefilegainsservetarget.docs/contents/docs.jsonfor site navigation.docs/mintlify/build.pyandMakefileto emit Mintlify-compatible output with absolute routes.sphinx-buildpath switched todocs/sphinxand artifact path updated todocs/sphinx/_build/htmlin.github/workflows/docs.yaml..gitignoreupdated to ignoredocs/*/_build/.REUSE.tomlextended to annotate new docs and build files.CONTRIBUTING.mdupdated with new build/serve paths and commands.Written by Cursor Bugbot for commit bd43c2d. This will update automatically on new commits. Configure here.