diff options
Diffstat (limited to 'org/meta_conf_make_meta.org')
-rw-r--r-- | org/meta_conf_make_meta.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org/meta_conf_make_meta.org b/org/meta_conf_make_meta.org index 9265a09..7d15135 100644 --- a/org/meta_conf_make_meta.org +++ b/org/meta_conf_make_meta.org @@ -16,7 +16,7 @@ #+PROPERTY: header-args+ :padline no [[./spine.org][spine]] [[./][org/]] -* 0. generic +* generic ** conf yaml ref #+BEGIN_SRC yaml @@ -394,7 +394,7 @@ JSONValue config_jsonstr = `{ }`; #+END_SRC -* 1. YAML to spineStruct :module:conf_make_meta:yaml: +* YAML to spineStruct :module:conf_make_meta:yaml: ** _module template_ #+BEGIN_SRC d :tangle "../src/doc_reform/meta/conf_make_meta_yaml.d" @@ -1416,7 +1416,7 @@ if ("rights" in _yaml } #+END_SRC -* 1. JSON to spineStruct :module:conf_make_meta:json: +* JSON to spineStruct :module:conf_make_meta:json: ** _module template_ #+BEGIN_SRC d :tangle "../src/doc_reform/meta/conf_make_meta_json.d" |