EGI-Federation / documentation

Sources to build EGI documentation site.
https://docs.egi.eu/
MIT License
14 stars 48 forks source link

Replace port number 31443 #667

Closed EGI-ILM closed 2 months ago

EGI-ILM commented 2 months ago

Port 31443 does not work any more and it has been replaced by 443. The documentation has been changed accordingly

github-actions[bot] commented 2 months ago

@check-spelling-bot Report

:red_circle: Please review

See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.

Unrecognized words (3)

creds getstate unconfigured

To accept these unrecognized words as correct, you could run the following commands ... in a clone of the [git@github.com:EGI-Federation/documentation.git](https://github.com/EGI-Federation/documentation.git) repository on the `EGI-ILM-port31443` branch ([:information_source: how do I use this?]( https://github.com/check-spelling/check-spelling/wiki/Accepting-Suggestions)): ``` sh curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' | perl - 'https://github.com/EGI-Federation/documentation/actions/runs/10592798670/attempts/1' ```

OR

To have the bot accept them for you, reply quoting the following line: @check-spelling-bot apply updates.

Available :books: dictionaries could cover words (expected and unrecognized) not in the :blue_book: dictionary This includes both **expected items** (26) from .github/actions/spelling/expect.txt and **unrecognized words** (3) Dictionary | Entries | Covers | Uniquely -|-|-|- [cspell:golang/dict/go.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/golang/dict/go.txt)|2099|1|1| [cspell:python/src/python/python-lib.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/python/src/python/python-lib.txt)|2417|1|1| [cspell:scala/dict/scala.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/scala/dict/scala.txt)|153|1|| [cspell:filetypes/filetypes.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/filetypes/filetypes.txt)|264|1|| [cspell:npm/dict/npm.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/npm/dict/npm.txt)|302|1|| Consider adding them (in `.github/workflows/spelling.yml`) for `uses: check-spelling/check-spelling@main` in its `with`: ``` yml with: extra_dictionaries: cspell:golang/dict/go.txt cspell:python/src/python/python-lib.txt cspell:scala/dict/scala.txt cspell:filetypes/filetypes.txt cspell:npm/dict/npm.txt ``` To stop checking additional dictionaries, add (in `.github/workflows/spelling.yml`) for `uses: check-spelling/check-spelling@main` in its `with`: ``` yml check_extra_dictionaries: '' ```
enolfc commented 2 months ago

@gwarf is there a way to avoid the spell checker inside code blocks?

enolfc commented 2 months ago

Forcing merge as spelling errors are from command outputs and should not be changed

gwarf commented 2 months ago

@gwarf is there a way to avoid the spell checker inside code blocks?

Don't know, would have to check docs/conf. Merging as you did is fine with me.