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/* 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]