Significant-Gravitas / AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
https://agpt.co
MIT License
166.08k stars 43.97k forks source link

File paths for images in forge docs are out of date #7198

Closed xfq closed 1 month ago

xfq commented 2 months ago

⚠️ Search for existing issues first ⚠️

Which Operating System are you using?

MacOS

Which version of AutoGPT are you using?

Latest Release

Do you use OpenAI GPT-3 or GPT-4?

GPT-3.5

Which area covers your issue best?

Documentation

Describe your issue.

  1. Go to https://github.com/Significant-Gravitas/AutoGPT?tab=readme-ov-file#-building-blocks
  2. Click Getting Started with Forge
  3. The images in the Markdown file are broken

Upload Activity Log Content

No response

Upload Error Log Content

No response

ntindle commented 2 months ago

/boosterbot

boosterbot-ai[bot] commented 2 months ago

To resolve this issue, we need to: 1) Identify the correct paths for the images, 2) Update the Markdown file with the correct paths, 3) Ensure the build configuration correctly processes and copies the images to the appropriate directory. This will involve checking the docs/mkdocs.yml and docs/netlify.toml files to ensure they are correctly configured.

vasnt commented 1 month ago

It seems / needs to be replaced by %2F in yellow lines.

image
ntindle commented 1 month ago

You can test this locally by running medics serve

vasnt commented 1 month ago

You can test this locally by running medics serve

what is medics serve? could you elaborate?

ntindle commented 1 month ago

Autocorrect got me! mkdocs serve is a command to serve the documentation locally to see if your changes work.

Here’s the whole how to: https://docs.agpt.co/docs/