Skip to content

Update TOC#443

Merged
samdark merged 1 commit intomasterfrom
update-toc
May 8, 2026
Merged

Update TOC#443
samdark merged 1 commit intomasterfrom
update-toc

Conversation

@samdark
Copy link
Copy Markdown
Member

@samdark samdark commented May 8, 2026

Q A
Is bugfix? ✔️/❌
New feature? ✔️/❌
Breaks BC? ✔️/❌
Tests pass? ✔️/❌
Fixed issues comma-separated list of tickets # fixed by the PR, if any

Copilot AI review requested due to automatic review settings May 8, 2026 11:09
@samdark samdark merged commit a9a07f9 into master May 8, 2026
2 of 3 checks passed
@samdark samdark deleted the update-toc branch May 8, 2026 11:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Yii3 documentation table of contents and site navigation to better reflect the current guide structure and add missing navigation entries.

Changes:

  • Renames the “Running applications” guide page to “Application Workflow” and updates the guide TOC accordingly.
  • Reorganizes src/guide/index.md sections (adds “Demo applications”, moves “Key concepts”, reorders sections).
  • Updates the VitePress sidebar to include database package links, a new Testing section, and a Helpers section; adjusts cookbook navigation entries.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
src/guide/start/workflow.md Updates the H1 title for the workflow page.
src/guide/index.md Reorders and expands the definitive guide TOC structure.
src/cookbook/index.md Reorders a cookbook entry within the cookbook TOC.
src/.vitepress/config.js Expands site sidebar navigation (DB links, Testing, Helpers, cookbook links).

@@ -1,4 +1,4 @@
# Running applications
# Application Workflow
Comment thread src/guide/index.md
- [What do you need to know?](start/prerequisites.md)
- [Creating a project](start/creating-project.md)
- [Running applications](start/workflow.md)
- [Application Workflow](start/workflow.md)
Comment thread src/guide/index.md
Comment on lines +66 to +68
- [Fragment caching](caching/fragment.md) TODO
- [Page caching](caching/page.md) TODO
- [HTTP caching](caching/http.md) TODO
Comment thread src/.vitepress/config.js
Comment on lines +171 to +175
{text: 'Arrays', link: 'https://github.com/yiisoft/arrays/'},
{text: 'Files', link: 'https://github.com/yiisoft/files/'},
{text: 'Html', link: 'https://github.com/yiisoft/html/'},
{text: 'Json', link: 'https://github.com/yiisoft/json'},
{text: 'Network Utilities', link: 'https://github.com/yiisoft/network-utilities/'},
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.

2 participants