diff --git a/concepts/basics/.meta/config.json b/concepts/basics/.meta/config.json new file mode 100644 index 0000000..4ebca2c --- /dev/null +++ b/concepts/basics/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "Basics contains the minimal knowledge required to get started in ABAP: function declarations, variable assignment, and exposing entities.", + "authors": ["marianfoo"], + "contributors": [] + } \ No newline at end of file diff --git a/concepts/basics/about.md b/concepts/basics/about.md new file mode 100644 index 0000000..3aa0317 --- /dev/null +++ b/concepts/basics/about.md @@ -0,0 +1,10 @@ +# About +TODO, work in progress + +## (Re-)Assignment + +### Constant Assignment + +### Constant Value (Immutability) + +## Function Declarations diff --git a/concepts/basics/introduction.md b/concepts/basics/introduction.md new file mode 100644 index 0000000..d947342 --- /dev/null +++ b/concepts/basics/introduction.md @@ -0,0 +1,9 @@ +# Introduction + +## (Re-)Assignment + + +## Function Declarations + + +## Exposing to Other Files diff --git a/concepts/basics/links.json b/concepts/basics/links.json new file mode 100644 index 0000000..49952c4 --- /dev/null +++ b/concepts/basics/links.json @@ -0,0 +1,6 @@ +[ + { + "url": "https://abapgit.org", + "description": "abapGit" + } +] diff --git a/config.json b/config.json index c63646c..b66928b 100644 --- a/config.json +++ b/config.json @@ -234,7 +234,13 @@ } ] }, - "concepts": [], + "concepts": [ + { + "uuid": "4a11ac86-a699-43e9-922e-f75681c86fd9", + "slug": "basics", + "name": "Basics" + } + ], "key_features": [ { "icon": "evolving",