Browse Source

HUE-8888 [design] Updating CICD about documentation

Romain 6 years ago
parent
commit
9315a494b2

+ 3 - 1
docs/designs/ci-cd.md

@@ -23,7 +23,9 @@ The docker images could be forked for QA and comes with a series of flags.
 
 By updating the makefile to build the new [Website](/docs/docs-site). Would need to install Hugo and [build it](https://docs.gethue.com/developer/development/#documentation).
 
-Step 2 would be to setup so that the documentation would get published automatically.
+Step 2 would be to setup so that the documentation would get published automatically [done].
+
+Step 3 would be to check and get warnings about dead links.
 
 ### Release
 

+ 2 - 6
docs/docs-site/content/administrator/administration/operations.md

@@ -152,15 +152,11 @@ If `django_debug_mode` is enabled, instrumentation is automatically enabled. Thi
 
 ### Instrumentation enabled
 
-<pre>
-[17/Apr/2018 15:18:43 -0700] access       INFO     127.0.0.1 admin - "POST /jobbrowser/jobs/ HTTP/1.1" `returned in 97ms (mem: 135mb)`
-</pre>
+    [17/Apr/2018 15:18:43 -0700] access       INFO     127.0.0.1 admin - "POST /jobbrowser/jobs/ HTTP/1.1" `returned in 97ms (mem: 135mb)`
 
 ### Instrumentation not enabled
 
-<pre>
-[23/Apr/2018 10:59:01 -0700] INFO     127.0.0.1 admin - "POST /jobbrowser/jobs/ HTTP/1.1" returned in 88ms
-</pre>
+    [23/Apr/2018 10:59:01 -0700] INFO     127.0.0.1 admin - "POST /jobbrowser/jobs/ HTTP/1.1" returned in 88ms
 
 ### Exporting Documents