From 34d9b9748805756ee4df6858c68a4b4fc1d72d36 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Tue, 6 May 2025 16:21:48 +0800 Subject: [PATCH 1/2] feat: move standards to `docs/` as a separate repository --- _config.yml | 1 + _pages/standards.adoc | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 _pages/standards.adoc diff --git a/_config.yml b/_config.yml index 78966dc..20585ec 100644 --- a/_config.yml +++ b/_config.yml @@ -49,6 +49,7 @@ legal: home_calls_to_action: - { url: "/language/", title: "Language introduction" } + - { url: "/docs/", title: "Standards and specifications" } collections: # Temporary fix diff --git a/_pages/standards.adoc b/_pages/standards.adoc deleted file mode 100644 index 4dc8805..0000000 --- a/_pages/standards.adoc +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: docs-base -html-class: docs-page -title: ELF standards -article_header_title: ELF standards ---- -:page-liquid: - -== ELF standards - -* link:/standards/annotated-express[Annotated EXPRESS] -* link:/standards/conversion-guide[Model-based EXPRESS documentation] From 7ed23a5779ec337ae2387c1fcf5e78930903d631 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Tue, 6 May 2025 16:23:26 +0800 Subject: [PATCH 2/2] chore: fix lychee and gha --- .github/workflows/links.yml | 2 +- .lycheeignore | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 1c10bb6..f2a8640 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -32,7 +32,7 @@ jobs: - name: Run lychee uses: lycheeverse/lychee-action@v2 with: - args: --verbose --no-progress --base . --cache --max-cache-age 1d '_site/**/*.html' + args: --verbose --no-progress --base '_site' --cache --max-cache-age 1d --root-dir / '_site/**/*.html' fail: true # - name: Create Issue From File diff --git a/.lycheeignore b/.lycheeignore index 80930be..68b5536 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -3,3 +3,6 @@ javascript:.* https://www.linkedin.com* .*@.*example.com (ht|f)tps?://.*\.?example\.(com|org).* +/docs +https://www.researchgate.net/* +https://academic.oup.com/*