documentation formatting: Mon May 20 12:30:13 UTC 2019

This commit is contained in:
emacspace 2019-05-20 12:30:13 +00:00 committed by Eugene Yaremenko
parent 346c746862
commit f1604ce3a4
2 changed files with 4 additions and 5 deletions

View File

@ -214,8 +214,8 @@ Every README.org file of a layer should contain =#+TAGS= line:
...
#+END_EXAMPLE
Individual tags are separated with "|" char
The example above contains 2 tags: "layer" and "web service"
Individual tags are separated with “|” char
The example above contains 2 tags: “layer” and “web service”
They are listed in =<spacemacs_root>/.ci/spacedoc-cfg.edn=
#+BEGIN_SRC clojure
@ -230,8 +230,8 @@ They are listed in =<spacemacs_root>/.ci/spacedoc-cfg.edn=
Labels are used to name headlines in =LAYERS.org= file and
=:spacetools.spacedoc.config/layers-org-query= defines its structure by
chaining tags into a tree where every leaf turns into a list of
descriptions pulled out of README.org files that match leaf's path in the tree.
"layer" is implicit root tag of the tree and every description can be displayed
descriptions pulled out of README.org files that match leafs path in the tree.
“layer” is implicit root tag of the tree and every description can be displayed
only once.
*** Contributor to an existing layer

View File

@ -2273,7 +2273,6 @@ Features:
- Try new tools, experiment and roll back changes when something goes wrong
- Share your setup with others or extend someone elses development environment
- Run multiple Emacs instances on the same machine isolated
- An easy way to swap Emacs version (=emacs25= =emacs-snapshot=) for debugging
- [[https://docs.docker.com/engine/reference/commandline/pause/][pause]] container to free resources temporarily
- [[https://github.com/docker/docker/blob/1.13.x/experimental/checkpoint-restore.md][Checkpoint & Restore]] - maybe the fastest way to start a “heavy” environment
- Friendly for networks with low upload speed/quotas.