Skip to content

Conversation

@leandermaben
Copy link
Contributor

This PR addresses issue #1 by creating a comprehensive documentation website using mkdocs and GitHub Pages.

Changes Made:

  1. Set up mkdocs with Material theme for documentation

  2. Created documentation pages for:

    • Installation
    • Agents
    • Actions
    • UI
    • Training
    • Architecture
    • Contributing
    • Documentation Development
  3. Added GitHub Actions workflow for automatic deployment to GitHub Pages

  4. Updated README.md with links to the documentation site

  5. Added .gitignore entry for the site directory

How to Test:

  1. Clone the branch and run mkdocs serve to preview the documentation locally
  2. Check that all links work correctly
  3. Verify that the content is accurate and comprehensive

Once merged, the documentation will be automatically deployed to GitHub Pages and accessible at https://sentientia.github.io/Aura/

Fixes #1

@leandermaben can click here to continue refining the PR

@leandermaben
Copy link
Contributor Author

@openhands-agent I noticed that some actions like calculator are mentioned even though they are not available. Please read the codebase thoroughly and update the docs

- Initialize mkdocs with Material theme
- Create documentation structure and content
- Add GitHub Actions workflow for automatic deployment
- Update README with documentation links
- Remove mentions of calculator action that is not available
- Add comprehensive documentation for agents and actions
- Include local development guide for documentation
@leandermaben leandermaben force-pushed the openhands/create-documentation-website branch from 5ac6d0d to 6277ab7 Compare July 5, 2025 05:54
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.

Create Documentation Website with mkdocs and GitHub Pages

3 participants