New Concept: Basics (#87)
This commit is contained in:
5
concepts/basics/.meta/config.json
Normal file
5
concepts/basics/.meta/config.json
Normal file
@@ -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": []
|
||||
}
|
||||
10
concepts/basics/about.md
Normal file
10
concepts/basics/about.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# About
|
||||
TODO, work in progress
|
||||
|
||||
## (Re-)Assignment
|
||||
|
||||
### Constant Assignment
|
||||
|
||||
### Constant Value (Immutability)
|
||||
|
||||
## Function Declarations
|
||||
9
concepts/basics/introduction.md
Normal file
9
concepts/basics/introduction.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Introduction
|
||||
|
||||
## (Re-)Assignment
|
||||
|
||||
|
||||
## Function Declarations
|
||||
|
||||
|
||||
## Exposing to Other Files
|
||||
6
concepts/basics/links.json
Normal file
6
concepts/basics/links.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"url": "https://abapgit.org",
|
||||
"description": "abapGit"
|
||||
}
|
||||
]
|
||||
@@ -234,7 +234,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"concepts": [],
|
||||
"concepts": [
|
||||
{
|
||||
"uuid": "4a11ac86-a699-43e9-922e-f75681c86fd9",
|
||||
"slug": "basics",
|
||||
"name": "Basics"
|
||||
}
|
||||
],
|
||||
"key_features": [
|
||||
{
|
||||
"icon": "evolving",
|
||||
|
||||
Reference in New Issue
Block a user