This repo contains the documentation site for Lando. That said Lando is comprised of various constituent projects that are all combined together. So while this is the main site you should think about it more as the "glue" that combines various subsites together into a cohesive docs expereince. Said more plainly. if you are looking to update the docs on say the Lagoon recipe then you should do so in the Lagoon repo.
Here is a non-exhaustive list of some of the other docs subsites:
- https://github.com/lando/cli/tree/main/docs
- https://github.com/lando/core/tree/main/docs
- https://github.com/lando/php/tree/main/docs
- https://github.com/lando/pantheon/tree/main/docs
However, it's best to just search for the repo you are looking for in the main Lando org and consult its README on how to update its docs.
If you have a question or would like some community support we recommend you join us on Slack. Note that this is the Slack community for Lando but we are more than happy to help with this module as well!
If you'd like to report a bug or submit a feature request then please use the issue queue in this repo.
We try to log all changes big and small in both THE CHANGELOG and the release notes.
git clone https://github.com/lando/docs.git && cd docs
# Install deps
yarn | npm install
# Launch dev site
yarn dev
# Lint
yarn lint
# Build site
yarn build
# Install deps
lando start
# Launch dev site
lando dev
# Lint
lando yarn lint
# Build site
lando yarn build
yarn release
Made with contributors-img.
- Important advice
- Other stuff