From d89d837de3475b75587a4293e094d755d2cd4626 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 17 Nov 2020 20:23:53 -0400 Subject: Made the syntax of ^template more consistent. --- documentation/bookmark/back-end/Godot.md | 4 ++++ documentation/bookmark/changelog.md | 4 ++++ documentation/bookmark/community_contributions.md | 5 +++++ documentation/bookmark/methodology.md | 4 ++++ documentation/bookmark/operating_system.md | 1 + 5 files changed, 18 insertions(+) create mode 100644 documentation/bookmark/back-end/Godot.md create mode 100644 documentation/bookmark/changelog.md create mode 100644 documentation/bookmark/community_contributions.md create mode 100644 documentation/bookmark/methodology.md (limited to 'documentation/bookmark') 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/ -- cgit v1.2.3