diff options
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/back-end/Godot.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/changelog.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/community_contributions.md | 5 | ||||
-rw-r--r-- | documentation/bookmark/methodology.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/operating_system.md | 1 |
5 files changed, 18 insertions, 0 deletions
diff --git a/documentation/bookmark/back-end/Godot.md b/documentation/bookmark/back-end/Godot.md new file mode 100644 index 000000000..354e87e96 --- /dev/null +++ b/documentation/bookmark/back-end/Godot.md @@ -0,0 +1,4 @@ +# Reference + +1. [GDLisp](https://github.com/Mercerenies/gdlisp) + diff --git a/documentation/bookmark/changelog.md b/documentation/bookmark/changelog.md new file mode 100644 index 000000000..828b7608d --- /dev/null +++ b/documentation/bookmark/changelog.md @@ -0,0 +1,4 @@ +# Reference + +1. [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) + diff --git a/documentation/bookmark/community_contributions.md b/documentation/bookmark/community_contributions.md new file mode 100644 index 000000000..a250eb84a --- /dev/null +++ b/documentation/bookmark/community_contributions.md @@ -0,0 +1,5 @@ +# Reference + +1. [language-lux: Atom language support for the Lux programming language](https://github.com/fachammer/language-lux) +1. [LuxAndroidPlugin: A gradle plugin for building Android apps with Lux](https://github.com/xran-deex/LuxAndroidPlugin) + diff --git a/documentation/bookmark/methodology.md b/documentation/bookmark/methodology.md new file mode 100644 index 000000000..81b7b959b --- /dev/null +++ b/documentation/bookmark/methodology.md @@ -0,0 +1,4 @@ +# Reference + +1. [Risk-First](https://riskfirst.org/) + diff --git a/documentation/bookmark/operating_system.md b/documentation/bookmark/operating_system.md index 82943f024..b1fd5e452 100644 --- a/documentation/bookmark/operating_system.md +++ b/documentation/bookmark/operating_system.md @@ -102,6 +102,7 @@ # Reference +1. [The little book about OS development](http://littleosbook.github.io/) 1. [Rethinking files](https://www.devever.net/~hl/objectworld) 1. [Writing an OS in Rust (Second Edition)](https://os.phil-opp.com/) 1. https://archiveos.org/ |