Skip to content

Move permissions documentation to reference section after CLI#370

Merged
Mossaka merged 2 commits into
mainfrom
copilot/move-permissions-document
Oct 9, 2025
Merged

Move permissions documentation to reference section after CLI#370
Mossaka merged 2 commits into
mainfrom
copilot/move-permissions-document

Conversation

Copilot AI commented Oct 9, 2025

Copy link
Copy Markdown
Contributor

Overview

This PR reorganizes the documentation structure by moving the permissions guide from the "Using Wassette" section to the "Reference" section, positioning it immediately after the CLI reference documentation.

Changes

Documentation Structure

  • Moved docs/using/permissions.mddocs/reference/permissions.md
  • Updated docs/SUMMARY.md to reflect the new location
  • Removed the now-empty "Using Wassette" section from the table of contents
  • The Reference section now contains both CLI and Permissions documentation:
    # Reference
    - [CLI](./reference/cli.md)
    - [Permissions](./reference/permissions.md)

Internal Link Updates

  • Updated relative link in permissions.md: ../reference/cli.md./cli.md (now in same directory)
  • Other relative links remain correct (../faq.md, ../design/permission-system.md)

Rationale

This change improves documentation organization by:

  • Grouping reference materials together: Both CLI commands and permissions management are reference-style documentation that users look up when needed
  • Better discoverability: Users looking for CLI reference information will now find permissions documentation in the same section
  • Cleaner structure: The "Using Wassette" section can be reserved for future practical how-to guides and tutorials

Verification

The documentation structure has been validated:

  • File successfully moved with git history preserved
  • Table of contents correctly updated
  • Internal links verified and corrected where needed
  • CI will validate the mdbook build on this PR
Original prompt

Move the permissions document to reference section, after cli.md


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copilot AI changed the title [WIP] Move permissions document to reference section Move permissions documentation to reference section after CLI Oct 9, 2025
Copilot AI requested a review from Mossaka October 9, 2025 02:49
@Mossaka Mossaka marked this pull request as ready for review October 9, 2025 04:17
@Mossaka Mossaka merged commit 29c2ac1 into main Oct 9, 2025
5 checks passed
@Mossaka Mossaka deleted the copilot/move-permissions-document branch October 9, 2025 07:17
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