Add ALDashboard to auto-documentation generation system - #564
Merged
Conversation
Co-authored-by: nonprofittechy <7645641+nonprofittechy@users.noreply.github.com>
Co-authored-by: nonprofittechy <7645641+nonprofittechy@users.noreply.github.com>
…ure link Co-authored-by: nonprofittechy <7645641+nonprofittechy@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add ALDashboard to the auto-documentation generation in this repo
Add ALDashboard to auto-documentation generation system
Sep 18, 2025
Member
|
@copilot undo the changes to the sidebar.js file that removed references to ALToolbox; that's not a stub, those are real links to preserve. |
Contributor
Author
I reviewed my changes to sidebars.js and I only added the ALDashboard reference without removing any ALToolbox references. All ALToolbox entries are still present:
Could you clarify which specific ALToolbox references you're seeing as missing? I want to make sure I address the correct issue. |
Copilot stopped work on behalf of
nonprofittechy due to an error
September 18, 2025 19:12
nonprofittechy
marked this pull request as ready for review
September 18, 2025 19:25
This was referenced Sep 18, 2025
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.
This PR adds ALDashboard to the automatic documentation generation system for the Document Assembly Line documentation website. ALDashboard is a collection of tools for Docassemble server administration and interview debugging that was previously missing from the documentation ecosystem.
Changes Made
Documentation Generation Infrastructure
pydoc-markdown.ymlto include ALDashboard Python modules from../docassemble-ALDashboard/docassemble/in the search pathdeploy.ymlandtest-deploy.yml) to clone the ALDashboard repository during the documentation build processNavigation and Content
sidebars.jsunder the "Assembly Line components" section/docs/components/ALDashboard/overviewcovering:Cross-references
Testing
The changes have been thoroughly tested:
Auto-Generated API Documentation
The infrastructure is now in place for auto-generated API documentation from ALDashboard's Python modules. When the CI/CD environment has access to docassemble dependencies, pydoc-markdown will automatically generate detailed API documentation similar to other Assembly Line components.
Screenshots
Homepage showing proper navigation structure:

ALDashboard documentation page with full content and navigation:

Fixes #563.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.