Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: fix links #116

Merged
merged 2 commits into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/docs/about/references/keywords/TYPE.md
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -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`
Expand All @@ -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`
Expand Down
7 changes: 3 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down