Explorar o código

removed period from menu macro as breaks formating and no way to pass through

mitm001 %!s(int64=4) %!d(string=hai) anos
pai
achega
f6ef05c0ed
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs-wiki/modules/ROOT/pages/wiki_admin.adoc

+ 2 - 2
docs-wiki/modules/ROOT/pages/wiki_admin.adoc

@@ -14,7 +14,7 @@ The wiki repository holds all documentation while the wiki-ui repository is the
 
 == Wiki
 
-The wiki repository has a workflow that will be triggered when any push is made to the repository or whenever the user interface issues a new release. Every build, all pages are deleted and re-created. The workflow will cache the user interface under the `menu:cache[antora]` directory if there are any changes and the cache and the folder has been added to the commit command.
+The wiki repository has a workflow that will be triggered when any push is made to the repository or whenever the user interface issues a new release. Every build, all pages are deleted and re-created. The workflow will cache the user interface under the `menu:cache[antora]` directory if there are any changes and the cache folder has been added to the commit command.
 
 [source, yml]
 ----
@@ -42,7 +42,7 @@ The workflow can be configured to update the `package-lock` and `package.json` f
 
 DO NOT UPDATE OR PUSH THESE FILES UNLESS YOU DISCUSS IT WITH THE OTHER ADMINISTRATORS FIRST!
 
-The workflow file `main.yml`, located under menu:.github[workflows], can only be edited and pushed using either the github online interface or by using git bash locally and pushing the commit. Using the Atom Editor or git desktop git commands will fail currently at the time of this writing.
+The workflow file `main.yml`, located under menu:github[workflows], can only be edited and pushed using either the github online interface or by using git bash locally and pushing the commit. Using the Atom Editor or git desktop git commands will fail currently at the time of this writing.
 
 The `supplemental-ui` folder holds the content for Anotra search, the header and footer for the ui. Edit these as needed in the wiki repository, but *do not edit* these same files on the `wiki-ui` repository.