diff --git a/docs/api/index.md b/docs/api/index.md deleted file mode 100644 index 75e912122..000000000 --- a/docs/api/index.md +++ /dev/null @@ -1,14 +0,0 @@ -# API - -!!! warning - This page will soon replace . - - ** - It still needs to be ported from *reStructuredText* (.rst) to *MarkDown* (.md), - and you can help with that! - ** - - - source: [`docs/api.rst` in `easybuilders/easybuild` repo](https://raw.githubusercontent.com/easybuilders/easybuild/develop/docs/api.rst) - - target: [`docs/api/index.md` in `easybuilders/easybuild-docs` repo](https://github.com/easybuilders/easybuild-docs/tree/main/docs/api/index.md) - - See for more information. diff --git a/docs/version-specific/eb-a-wrf.md b/docs/version-specific/eb-a-wrf.md deleted file mode 100644 index c78cc714b..000000000 --- a/docs/version-specific/eb-a-wrf.md +++ /dev/null @@ -1,14 +0,0 @@ -# Available easyconfig parameters for WRF easyblock - -!!! warning - This page will soon replace . - - ** - It still needs to be ported from *reStructuredText* (.rst) to *MarkDown* (.md), - and you can help with that! - ** - - - source: [`docs/eb_a_e_EB_WRF.rst` in `easybuilders/easybuild` repo](https://raw.githubusercontent.com/easybuilders/easybuild/develop/docs/eb_a_e_EB_WRF.rst) - - target: [`docs/version-specific/eb-a-wrf.md` in `easybuilders/easybuild-docs` repo](https://github.com/easybuilders/easybuild-docs/tree/main/docs/version-specific/eb-a-wrf.md) - - See for more information. diff --git a/mkdocs.yml b/mkdocs.yml index 81db743ee..fc749164e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -96,7 +96,6 @@ nav: - Easyblocks: version-specific/easyblocks.md - EasyBuild configuration options: version-specific/eb-help.md - Easyconfig parameters: version-specific/easyconfig-parameters.md - - Easyconfig parameters for WRF: version-specific/eb-a-wrf.md - Generic easyblocks: version-specific/generic-easyblocks.md - License constants for easyconfigs: version-specific/easyconfig-license-constants.md - Templates for easyconfigs: version-specific/easyconfig-templates.md @@ -200,6 +199,8 @@ plugins: redirect_maps: # redirect removed pages to sensible alternative easybuild-v5/proposed-changes/: easybuild-v5/index.md + version-specific/eb-a-wrf.md: using-easybuild.md#eb_a_e_EB_WRF + api/index.md: api/summary.md # redirects for original EasyBuild documentation to avoid broken URLs en/latest/Archived-easyconfigs.html: archived-easyconfigs.md en/latest/Backup_modules.html: backup-modules.md @@ -522,5 +523,5 @@ plugins: en/latest/api/framework.extension.html: api/easybuild/framework/extension.md en/latest/api/framework.extensioneasyblock.html: api/easybuild/framework/extensioneasyblock.md en/latest/api/framework.html: api/easybuild/framework/index.md - en/latest/api/index.html: api/index.md + en/latest/api/index.html: api/summary.md en/latest/api/modules.html: api/summary.md