Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.md with better documentation #9037

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

UDDITwork
Copy link

Changes 🏗️

Checklist 📋

For code changes:

  • I have clearly listed my changes in the PR description
  • I have made a test plan
  • I have tested my changes according to the test plan:
    • ...
Example test plan
  • Create from scratch and execute an agent with at least 3 blocks
  • Import an agent from file upload, and confirm it executes correctly
  • Upload agent to marketplace
  • Import an agent from marketplace and confirm it executes correctly
  • Edit an agent from monitor, and confirm it executes correctly

For configuration changes:

  • .env.example is updated or already compatible with my changes
  • docker-compose.yml is updated or already compatible with my changes
  • I have included a list of my configuration changes in the PR description (under Changes)
Examples of configuration changes
  • Changing ports
  • Adding new services that need to communicate with each other
  • Secrets or environment variable changes
  • New or infrastructure changes such as databases

@UDDITwork UDDITwork requested a review from a team as a code owner December 17, 2024 13:52
@UDDITwork UDDITwork requested review from Pwuts and Bentlybro and removed request for a team December 17, 2024 13:52
@CLAassistant
Copy link

CLAassistant commented Dec 17, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

This PR targets the master branch but does not come from dev or a hotfix/* branch.

Automatically setting the base branch to dev.

@github-actions github-actions bot changed the base branch from master to dev December 17, 2024 13:52
@github-actions github-actions bot added documentation Improvements or additions to documentation platform/backend AutoGPT Platform - Back end size/l labels Dec 17, 2024
Copy link

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Broken Link
The git clone URL is missing 'https://' prefix which could cause the clone command to fail

Copy link

netlify bot commented Dec 17, 2024

Deploy Preview for auto-gpt-docs ready!

Name Link
🔨 Latest commit 638976c
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/676254fd5efcc00008f7ffdd
😎 Deploy Preview https://deploy-preview-9037--auto-gpt-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 17, 2024

Deploy Preview for auto-gpt-docs-dev ready!

Name Link
🔨 Latest commit 638976c
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs-dev/deploys/676254fd7cf7b90008cd2cf7
😎 Deploy Preview https://deploy-preview-9037--auto-gpt-docs-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ntindle
Copy link
Member

ntindle commented Dec 17, 2024

Do you think we should link to material for mkdocs

@UDDITwork
Copy link
Author

UDDITwork commented Dec 17, 2024 via email

@ntindle
Copy link
Member

ntindle commented Dec 17, 2024

We use material for mkdocs for a lot of the features like code snippets, annotations, link handling, and much more. It may be useful to call that resource out so people know to look there first for un recognized markdown or things they're trying to do.

What do you think?

Here's a link to it
https://squidfunk.github.io/mkdocs-material/

Comment on lines 7 to 9
![Documentation Contributors](https://img.shields.io/github/contributors/Significant-Gravitas/AutoGPT?style=for-the-badge)
![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge)
![Documentation Build Status](https://img.shields.io/badge/docs-passing-success?style=for-the-badge)
Copy link
Member

@ntindle ntindle Dec 17, 2024

Choose a reason for hiding this comment

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

I like the idea process behind this but lets remove them for now since they don't work in the preview build (https://deploy-preview-9037--auto-gpt-docs-dev.netlify.app/contribute/)
image


or
- Git installed on your machine
- Python 3.8 or higher
Copy link
Member

Choose a reason for hiding this comment

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

we should probably require a more modern version of python based on what the platform needs but that's a later problem I think

Comment on lines +38 to +40
```shell
mkdocs serve
```
Copy link
Member

Choose a reason for hiding this comment

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

You can also pass -a localhost:8392 to run it on a different port so it doesn't conflict with supabase when running the full stack

Comment on lines 52 to 53
- Navigate to `docs/content`
- Create a new markdown file
Copy link
Member

Choose a reason for hiding this comment

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

I think you need one more space here for this to render correctly
image

Comment on lines 71 to 73
mkdocs build
```
Watch for any warnings about broken links in the console output! 🚨
Copy link
Member

Choose a reason for hiding this comment

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

Really good call out here!!!! dead links are bad!

Comment on lines 79 to 92
1. **Create a Branch** 🌿
- Use a descriptive name for your branch
- Keep changes focused and atomic

2. **Submit PR** 📮
- Fill out the PR template
- Add screenshots if applicable
- Link related issues

3. **Review Process** 👥
- Address reviewer feedback
- Make requested changes
- Maintain active communication

Copy link
Member

Choose a reason for hiding this comment

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

same as above -- need an additonal space
image

Comment on lines 105 to 107
**Thank you for contributing to our documentation!** ❤️

*Together, we make documentation better for everyone.*
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure why this isn't bolded correctly
image

@UDDITwork
Copy link
Author

UDDITwork commented Dec 18, 2024 via email

@Swiftyos Swiftyos mentioned this pull request Dec 18, 2024
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation platform/backend AutoGPT Platform - Back end Review effort [1-5]: 1 size/l
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants