Skip to content

Commit 01baa9e

Browse files
committed
docs: fix stale slug references after rework-documentation renames
1 parent d5fca8d commit 01baa9e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ InstUI uses custom markdown with special code blocks (using [gray-matter](https:
183183
- Always write functional component examples with hooks
184184
- All InstUI components are available without imports in examples
185185

186-
See `/docs/contributor-docs/writing-docs.md` for complete guidelines and syntax.
186+
See `/docs/contributing/writing-docs.md` for complete guidelines and syntax.
187187

188188
## Naming Conventions
189189

docs/contributing/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Update the fields in the file `./packages/__docs__/versions.json` with the lates
178178

179179
##### 4. Update version references in the docs app
180180

181-
1. In `docs/getting-started/usage.md` update the version in the code snippet for `package.json`
181+
1. In `docs/guides/guides-getting-started.md` update the version in the code snippet for `package.json`
182182
2. In `packages/__docs__/src/Hero/index.tsx` update title of the Upgrade Guide button
183183
3. In `packages/__docs__/src/CodeSandboxButton/index.tsx` update the `@instructure/` dependencies to the latest version
184184

packages/__docs__/buildScripts/ai-accessible-documentation/summaries-for-llms-file.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@
461461
"summary": "v10 introduces a new color system. Upgrade step-by-step through major versions. Remove Instructure theme; use `canvas` or `canvas-high-contrast`. Migrate color overrides using new contrast values (e.g., `blue4570`). Theme-level overrides require per-component updates."
462462
},
463463
{
464-
"title": "usage",
464+
"title": "guides-getting-started",
465465
"summary": "Quick start: Create a React app, add `@instructure/ui`, wrap with `InstUISettingsProvider`, and use components. Integrate with existing projects by adding the dependency and provider. Read about theme overrides and accessibility for best practices."
466466
},
467467
{

0 commit comments

Comments
 (0)