aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/meta_conf_make_meta.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-04-16 12:09:56 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-04-19 11:02:16 -0400
commit8072ebdcbe3bf5bce3f2cce3539c95bcaa308a71 (patch)
tree4f94b58061674a58f154be3099df21d13227fe1e /org/meta_conf_make_meta.org
parentepub, minor adjustments (diff)
org-mode, cosmetic
Diffstat (limited to 'org/meta_conf_make_meta.org')
-rw-r--r--org/meta_conf_make_meta.org6
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"