Conversation
Member
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 |
Contributor
There was a problem hiding this comment.
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.mdsections (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 | |||
| - [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 on lines
+66
to
+68
| - [Fragment caching](caching/fragment.md) TODO | ||
| - [Page caching](caching/page.md) TODO | ||
| - [HTTP caching](caching/http.md) TODO |
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/'}, |
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.