From f3b9cfbeea785daca6b1bb5b8741baa43aaba2de Mon Sep 17 00:00:00 2001 From: Markus Poerschke Date: Wed, 21 Apr 2021 23:43:19 +0200 Subject: [PATCH] Cleanup project after moving from couscus to docusaurus (#249) --- .dockerignore | 4 ++-- .github/workflows/website.yml | 2 -- CONTRIBUTING.md | 2 +- Makefile | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.dockerignore b/.dockerignore index 61736a8f..f208b367 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ -/.couscous +/build /vendor -/website/template/static +/website/.docusaurus /website/node_modules diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 28ec4809..e5791e3a 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -4,9 +4,7 @@ on: push: paths: - ".github/workflows/website.yml" - - "docs/**" - "website/**" - - "couscous.yml" - "Dockerfile" branches: - 2.x diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f30439d1..ce89c33e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ make fix ## Documentation The documentation will be published on the website `https://ical.poerschke.nrw`. -The sources are available within the `docs/` folder. +The sources are available within the `website/docs/` folder. To preview the result, you can run: ``` diff --git a/Makefile b/Makefile index 76ba5933..5be8470e 100644 --- a/Makefile +++ b/Makefile @@ -102,4 +102,4 @@ docs-preview: docs-dependencies .PHONY: clean clean: - rm -rf vendor website/node_modules website/build website/.docusaurus couscous.phar node_modules .phpunit.result.cache .php_cs.cache report + rm -rf vendor website/node_modules website/build website/.docusaurus node_modules .phpunit.result.cache .php_cs.cache build