Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Applevangelist 2023-10-27 09:10:34 +02:00
commit 07865f1b12
6 changed files with 18 additions and 4 deletions

View File

@ -67,3 +67,12 @@ jobs:
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v1 uses: actions/deploy-pages@v1
check:
runs-on: ubuntu-latest
needs: deploy
steps:
- name: Setup Node
uses: actions/setup-node@v3
- run: npm install linkinator
- run: npx linkinator https://flightcontrol-master.github.io/MOOSE/ --recurse

View File

@ -100,7 +100,10 @@ CALLSIGN={
Texaco=1, Texaco=1,
Arco=2, Arco=2,
Shell=3, Shell=3,
}, Navy_One=4,
Mauler=5,
Bloodhound=6,
},
-- JTAC -- JTAC
JTAC={ JTAC={
Axeman=1, Axeman=1,

View File

@ -1,3 +1,5 @@
baseurl: ""
url: "https://flightcontrol-master.github.io"
repository: FlightControl-Master/MOOSE repository: FlightControl-Master/MOOSE
title: MOOSE title: MOOSE
description: MOOSE is a Mission Object Oriented Scripting Environment for mission designers in DCS World description: MOOSE is a Mission Object Oriented Scripting Environment for mission designers in DCS World

View File

@ -56,7 +56,7 @@ Main build steps to create the class documentation are defined in [.github/workf
- Copy build result to `MOOSE_DOCS` folder. - Copy build result to `MOOSE_DOCS` folder.
- Push results to the target repository. - Push results to the target repository.
[tree]: https://www.cyberciti.biz/faq/linux-show-directory-structure-command-line/ [tree]: https://wiki.ubuntuusers.de/tree/
[LuaDoc]: https://keplerproject.github.io/luadoc/ [LuaDoc]: https://keplerproject.github.io/luadoc/
[LuaDocumentor]: https://luarocks.org/modules/luarocks/luadocumentor [LuaDocumentor]: https://luarocks.org/modules/luarocks/luadocumentor
[Applevangelist/luadocumentor]: https://github.com/Applevangelist/luadocumentor/tree/patch-1 [Applevangelist/luadocumentor]: https://github.com/Applevangelist/luadocumentor/tree/patch-1

View File

@ -35,7 +35,7 @@ Main build steps to create the include files are defined in [.github/workflows/b
- Push results to [MOOSE_INCLUDE] repository - Push results to [MOOSE_INCLUDE] repository
[.github/workflows/build-includes.yml]: https://github.com/FlightControl-Master/MOOSE/blob/master/.github/workflows/build-includes.yml [.github/workflows/build-includes.yml]: https://github.com/FlightControl-Master/MOOSE/blob/master/.github/workflows/build-includes.yml
[tree]: https://www.cyberciti.biz/faq/linux-show-directory-structure-command-line/ [tree]: https://wiki.ubuntuusers.de/tree/
[lua5.3]: https://www.lua.org/manual/5.3/ [lua5.3]: https://www.lua.org/manual/5.3/
[LuaRocks]: https://luarocks.org/ [LuaRocks]: https://luarocks.org/
[LuaCheck]: https://github.com/mpeterv/luacheck [LuaCheck]: https://github.com/mpeterv/luacheck

View File

@ -34,7 +34,7 @@ This can be displayed as follows:
- You need a working installation of [Docker]. - You need a working installation of [Docker].
- Go to the `docs` subfolder. - Go to the `docs` subfolder.
- Run `docker compose up`. - Run `docker compose up`.
- Open a browser with the following URL: <http://127.0.0.1:4000/>. - Open a browser with the following URL: `http://127.0.0.1:4000/`.
- After a change of the [Markdown] files, wait some seconds and press F5 in the browser. - After a change of the [Markdown] files, wait some seconds and press F5 in the browser.
[GitHub Pages]: https://pages.github.com/ [GitHub Pages]: https://pages.github.com/