diff --git a/docs/docs/about/references/keywords/TYPE.md b/docs/docs/about/references/keywords/TYPE.md index 6b715c1350..f625e9c72b 100644 --- a/docs/docs/about/references/keywords/TYPE.md +++ b/docs/docs/about/references/keywords/TYPE.md @@ -1,13 +1,13 @@ # TYPE [...] / -[TYPE](TYPE) / +[TYPE](TYPE.md) / ## Description -The [TYPE](TYPE) is always a string. The allowed strings, and the resulting change in behavior, -will depend on where [TYPE](TYPE) is used: +The [TYPE](TYPE.md) is always a string. The allowed strings, and the resulting change in behavior, +will depend on where [TYPE](TYPE.md) is used: -### Use in [FACILITY_INPUTS](FACILITY_INPUTS) +### Use in [FACILITY_INPUTS](FACILITY_INPUTS.md) - `ELECTRICITY2FUEL` - `TABULAR` - `COMPRESSOR_TABULAR` @@ -18,7 +18,7 @@ will depend on where [TYPE](TYPE) is used: - `MISCELLANEOUS` - `DEFAULT` -### Use in [ENERGY_USAGE_MODEL](ENERGY_USAGE_MODEL) +### Use in [ENERGY_USAGE_MODEL](ENERGY_USAGE_MODEL.md) - `DIRECT` - `COMPRESSOR` - `PUMP` @@ -27,7 +27,7 @@ will depend on where [TYPE](TYPE) is used: - `TABULATED` - `VARIABLE_SPEED_COMPRESSOR_TRAIN_MULTIPLE_STREAMS_AND_PRESSURES` -### Use in [MODELS](MODELS) +### Use in [MODELS](MODELS.md) - `FLUID` - `VARIABLE_SPEED_COMPRESSOR_TRAIN` - `VARIABLE_SPEED_COMPRESSOR_TRAIN_MULTIPLE_STREAMS_AND_PRESSURES` diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 180b28ffcc..4e64c0f362 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -14,13 +14,12 @@ async function createConfig() { url: 'https://equinor.github.io', baseUrl: '/ecalc/', onBrokenLinks: 'throw', - onBrokenMarkdownLinks: 'warn', + onBrokenMarkdownLinks: 'throw', favicon: 'img/favicon.svg', // GitHub pages deployment config. - // If you aren't using GitHub pages, you don't need these. - organizationName: 'equinor', // Usually your GitHub org/user name. - projectName: 'ecalc', // Usually your repo name. + organizationName: 'equinor', + projectName: 'ecalc', deploymentBranch: 'gh-pages', // Even if you don't use internalization, you can use this field to set useful