Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
3 changes: 2 additions & 1 deletion .github/workflows/markdown-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:
- name: MarkdownLint mdl Action
uses: actionshub/[email protected]
with:
filesToIgnoreRegex: "docs/demos/.*"
# filter out version-specific/* for now, until we fix all issues that mdl trips over
filesToIgnoreRegex: "docs/demos/.*|docs/version-specific/.*"
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
with:
check_filenames: true
ignore_words_list: atleast,ninjs,simpy,proovread,namd,precice
exclude_file: docs/js/asciinema-player-2.6.1.js
# filter out version-specific/* for now, until we fix all issues that mdl trips over
exclude_file: 'docs/js/asciinema-player-2.6.1.js|docs/version-specific/*'

- name: check internal links
run: |
Expand Down
18 changes: 8 additions & 10 deletions docs/version-specific/config-file-constants.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Constants available (only) in configuration files {: #avail_cfgfile_constants }

!!! warning
This page will soon replace <https://docs.easybuild.io/en/latest/version-specific/config_file_constants.html>.
### Only in 'DEFAULT' section:

**
It still needs to be ported from *reStructuredText* (.rst) to *MarkDown* (.md),
and you can help with that!
**
Constant name |Constant help |Constant value
--------------------------|---------------------------------------------------|-------------------------------------------------------------------
``DEFAULT_REPOSITORYPATH``|Default easyconfigs repository path |``/home/example/.local/easybuild/ebfiles_repo``
``DEFAULT_ROBOT_PATHS`` |List of default robot paths (':'-separated) |``/home/example/work/easybuild-easyconfigs/easybuild/easyconfigs``
``HOME`` |Current user's home directory, expanded '~' |``/home/example``
``USER`` |Current username, translated uid from password file|``example``

- source: [`docs/version-specific/config_file_constants.rst` in `easybuilders/easybuild` repo](https://raw.githubusercontent.com/easybuilders/easybuild/develop/docs/version-specific/config_file_constants.rst)
- target: [`docs/version-specific/config-file-constants.md` in `easybuilders/easybuild-docs` repo](https://github.com/easybuilders/easybuild-docs/tree/main/docs/version-specific/config-file-constants.md)

See <https://github.com/easybuilders/easybuild-docs> for more information.
*(see also* ``eb --avail-cfgfile-constants`` *)*
Loading