Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

fru-io/docs-live

Repository files navigation

DDEV-Live Documentation

https://docs.ddev.com

Contributions

Edits, additions, corrections, etc are most welcome. Our docs live in the docs folder and are written in Markdown.

Development

Prereqs

  • A system capable of running Docker

Clone the repo

git@github.com:drud/docs.git

Build and run the container

docker build -t ddev-mkdocs .
docker run -it --rm -p 8000:8000 ddev-mkdocs

Workflow

  • Edit docs as you see fit
  • Build and run the container
  • View your changes in the local environment at http://localhost:8000
  • Submit a pull request to this repository

Note

The workflow above can be made simpler/faster by running mkdocs locally or by mounting a volume to the running container

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 13