woodpecker/docs/docs/91-migrations.md
Anbraten 9267a46d5c
[Docs] Migrate docs framework to Docusaurus (#282)
- Replace mkdocs with docosaurus (improved menu structure, ...)
- Structure docs into `Usage` and `Server Setup / Administration`
- Update favicon
- Create new pipeline-syntax page with all options and links to more detailed docs if available
- Add ci to publish to `woodpecker-ci.github.io`
- Deploy docs preview to surge for review
- Update start-page

Co-authored-by: 6543 <6543@obermui.de>
2021-09-11 17:10:32 +02:00

449 B

Migrations

Some versions need some changes to the server configuration or the pipeline configuration files.

0.15.0

  • Default pipeline path changed to .woodpecker/

    Solution: Set configuration location via project settings.

    There is still a default fallback mechanism in following order: .woodpecker/*.yml -> .woodpecker.yml -> .drone.yml

  • ...

0.14.0

No breaking changes