Skip to content

Commit f4d4cfb

Browse files
committed
Rename docs to .docs
1 parent cd5031a commit f4d4cfb

File tree

11 files changed

+6
-6
lines changed

11 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/workflows/generate_mintlify_agents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import re
77

88
ROOT = Path(__file__).resolve().parents[2]
9-
DOCS_DIR = ROOT / "docs"
9+
DOCS_DIR = ROOT / ".docs"
1010
TEMPLATE_PATH = DOCS_DIR / "_index.mdx"
1111
OUTPUT_PATH = DOCS_DIR / "index.mdx"
1212
PLACEHOLDER = "$$AGENTS_CARDS$$"

AGENTS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ Using `currentColor` enables icons to adapt to different themes (light/dark mode
113113

114114
## Documentation Site
115115

116-
The registry has a documentation site built with [Mintlify](https://mintlify.com/) in the `docs/` folder.
116+
The registry has a documentation site built with [Mintlify](https://mintlify.com/) in the `.docs/` folder.
117117

118118
### Structure
119119

120120
```
121-
docs/
121+
.docs/
122122
├── docs.json # Mintlify configuration
123123
├── _index.mdx # Template for index page (contains $$AGENTS_CARDS$$ placeholder)
124124
├── index.mdx # Generated index page with agent cards
@@ -148,9 +148,9 @@ cd docs && npx mintlify dev --port 3000
148148

149149
Docs are automatically regenerated when agent versions are updated:
150150
- The `update-versions.yml` workflow runs `generate_mintlify_agents.py` after applying updates
151-
- Changes to `docs/index.mdx` are committed along with version updates
151+
- Changes to `.docs/index.mdx` are committed along with version updates
152152

153153
### Adding New Pages
154154

155-
1. Create new `.mdx` file in `docs/`
155+
1. Create new `.mdx` file in `.docs/`
156156
2. Add the page name (without extension) to `docs.json` navigation

0 commit comments

Comments
 (0)