#171 Switch to Antora
Merged 5 years ago by bex. Opened 5 years ago by asamalik.
asamalik/fedora-commops master  into  master

file modified
+3 -9
@@ -1,9 +1,3 @@ 

- ## AsciiBinder-specific ignores

- _preview

- _package

- *.swp

- diag-*.png

- diag-*.png.cache

- 

- ## Project-specific ignores

- _l10n/pot/

+ build

+ cache

+ public

file modified
+31 -10
@@ -55,23 +55,44 @@ 

  

  ## CommOps Documentation

  

- This repository also serves as the source for CommOps documentation.

+ Please report Issues and submit Pull Requests for **Content Fixes** here.

+ Never done a pull request (or "PR")? Here's the [Pagure documentation for

+ Pull Requests](https://docs.pagure.org/pagure/usage/pull_requests.html).

  

- Please report Issues and submit Pull Requests for **Content Fixes** here.  General appearance issues and publishing issues should be reported against the [publisher](https://pagure.io/fedora-docs/docs-fp-o).

  

- ## How to edit these documents

+ General appearance issues and publishing issues should be reported against

+ the [publishing software](https://pagure.io/fedora-docs/docs-fp-o).

  

- The information is coded in AsciiDoc.

+ ### How to edit these documents

  

- ## Testing your changes locally

+ All of this is written in AsciiDoc. It's a simple mostly-plain-text

+ markup language. You may want to look at:

  

- To test your changes, first install `asciibinder`

  

- $ gem install ascii_binder

+ * [AsciiDoc Syntax Quick Reference](http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/)

+ * [AsciiDoc Writer’s  Guide](http://asciidoctor.org/docs/asciidoc-writers-guide/)

+ * [Antora Documentation](https://docs.antora.org/antora/1.0/page/)

  

- To build your changes, from the root directory:

+ 

+ ### Local preview

+ 

+ This repo includes scripts to build and preview the contents of this repository.

+ 

+ **NOTE**: Please note that if you reference pages from other repositoreis, such links will be broken in this local preview as it only builds this repository. If you want to rebuild the whole Fedora Docs site, please see [the Fedora Docs build repository](https://pagure.io/fedora-docs/docs-fp-o/) for instructions.

+ 

+ Both scripts use docker, so please make sure you have it installed on your system. Please see below for instructions.

+ 

+ To build and preview the site, run:

+ 

+ ```

+ $ ./build.sh && ./preview.sh

+ ```

+ 

+ The result will be available at http://localhost:8080

+ 

+ #### Installing docker on Fedora

  

  ```

- $ asciibinder package

- $ firefox _package/main/index.html

+ $ sudo dnf install docker

+ $ sudo systemctl start docker && sudo systemctl enable docker

  ```

file removed
-11
@@ -1,11 +0,0 @@ 

- ---

- fedora:

-   name: Fedora CommOps

-   author: Fedora CommOps <commops@lists.fedoraproject.org>

-   site: main

-   site_name: Home

-   site_url: https://docs.fedoraproject.org/

-   branches:

-     master:

-       name: "&nbsp;"

-       dir: master

file removed
-135
@@ -1,135 +0,0 @@ 

- <!DOCTYPE html>

- <html lang="en">

-   <head>

-     <meta charset="utf-8">

-     <meta http-equiv="X-UA-Compatible" content="IE=edge">

-     <meta name="viewport" content="width=device-width, initial-scale=1">

-     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->

- 

-     <title>Fedora Documentation Website</title>

- 

-     <!-- Bootstrap -->

-     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">

-     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">

- 

-     <link rel="stylesheet" href="https://overpass-30e2.kxcdn.com/overpass.css">

-     <link rel="stylesheet" href="_stylesheets/asciibinder.css">

- 

-     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->

-     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

-     <!--[if lt IE 9]>

-       <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>

-       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>

-     <![endif]-->

-   </head>

-   <body>

-     <div class="container">

-       <div class="row">

-         <div class="page-header">

-           <img src="/_images/fedora.svg" class="img-responsive" />

-           <h2><strong>Fedora Documentation Site</strong></h2>

-         </div>

-       </div>

-       <div class="row">

-         <div class="col-md-8">

-           <h4><strong>Fedora Documentation - 404 Page Not Found :(</strong></h4>

-           <p>Hi! You've arrived at Fedora documentation page which does not actually exist. This may be because you followed a link to an older document which has been retired. For reference, you can find those in our <a href="https://docs-old.fedoraproject.org/">old document archive</a>. Or, you can browse <a href="https://docs.fedoraproject.org/">current docs</a>.</p>

-           <p>It may also be that this page _should_ exist, but sadly does not. If this is the case, and you know what it should say, you can <a href="https://pagure.io/fedora-docs">contribute via the Docs Project</a>.</p>

-           </div>

-         </div>

-       </div>

-     </div>

-     <div id="bottom" class="text-muted py-3" >

-         <div class="foot">

-             <div class="container">

-                 <div class="row footerlinks">

-                     <div class="col-sm-3 col-xs-6 widget">

-                         <h3 class="widget-title">About</h3>

-                         <div class="widget-body">

-                             <dl>

-                                 <dd><a href="https://fedoraproject.org/wiki/Overview">About Fedora</a></dd>

-                                 <dd><a href="https://getfedora.org/en/sponsors">Sponsors</a></dd>

-                                 <dd><a href="https://fedoramagazine.org">Fedora Magazine</a></dd>

- 				<dd><a href="https://fedoraproject.org/wiki/Legal:Main#Legal">Legal</a></dd>

-                             </dl>

-                             <ul class="list-inline">

-                             <li>

-                                 <a href="https:https://www.facebook.com/TheFedoraProject" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a>

-                             </li>

-                             <li>

-                                 <a href="https:https://plus.google.com/112917221531140868607" class="btn-social btn-outline"><i class="fa fa-fw fa-google-plus"></i></a>

-                             </li>

-                             <li>

-                                 <a href="https:https://twitter.com/fedora" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>

-                             </li>

-                         </ul>

-                         </div>

-                     </div>

- 

-                     <div class="col-sm-3 col-xs-6 widget">

-                         <h3 class="widget-title uppercase">Download</h3>

-                         <div class="widget-body">

-                           <dl>

-                             <dd><a href="https://getfedora.org/en/workstation/download">Get Fedora Workstation</a></dd>

-                             <dd><a href="https://getfedora.org/en/server/download">Get Fedora Server</a></dd>

-                             <dd><a href="https://getfedora.org/en/atomic/download">Get Fedora Atomic</a></dd>

-                             <dd><a href="https://spins.fedoraproject.org">Fedora Spins</a></dd>

-                             <dd><a href="https://labs.fedoraproject.org">Fedora Labs</a></dd>

-                             <dd><a href="https://arm.fedoraproject.org">Fedora ARM<span class="sup">&reg;</span></a></dd>

-                             <dd><a href="https://alt.fedoraproject.org/">Alternative Downloads</a></dd>

- 

-                         </dl>

-                         </div>

-                     </div>

- 

-                     <div class="col-sm-3 col-xs-6 widget">

-                         <h3 class="widget-title">Support</h3>

-                         <div class="widget-body">

-                             <dl>

-                                 <dd><a href="https://fedoraproject.org/wiki/Communicating_and_getting_help">Get Help</a></dd>

-                                 <dd><a href="https://ask.fedoraproject.org/">Ask Fedora</a></dd>

-                                 <dd><a href="https://fedoraproject.org/wiki/Common_F27_bugs">Common Bugs</a></dd>

-                                 <dd><a href="https://developer.fedoraproject.org/">Fedora Developer Portal</a></dd>

-                                 <dd><a href="https://docs.fedoraproject.org/f27/install-guide/index.html">Installation Guide</a></dd>

-                             </dl>

-                         </div>

-                     </div>

- 

-                     <div class="col-sm-3 col-xs-6 widget">

-                         <h3 class="widget-title">Join</h3>

-                         <div class="widget-body">

-                             <dl>

-                                 <dd><a href="https://fedoraproject.org/wiki/Join">Join Fedora</a></dd>

-                                 <dd><a href="http://fedoraplanet.org">Planet Fedora</a></dd>

-                                 <dd><a href="https://fedoraproject.org/wiki/SIGs">Fedora SIGs</a></dd>

-                                 <dd><a href="https://admin.fedoraproject.org/accounts/">Fedora Account System</a></dd>

-                                 <dd><a href="https://fedoracommunity.org/">Fedora Community</a></dd>

-                             </dl>

-                         </div>

-                     </div>

-                 </div> <!-- /row of widgets -->

- 

-                 <div class="row">

-                     <div class="col-md-2">

-                         <div class="widget-body">

-                             <a href="https://www.redhat.com/"><img class="rh-logo" src="_images/redhat-logo.png" alt="Red Hat Logo" /></a>

-                         </div>

-                     </div>

-                     <div class="col-md-7">

-                         <div class="widget-body">

-                             <p class="sponsor">Fedora is sponsored by Red Hat.</p>

-                             <p class="sponsor"><a href="https://www.redhat.com/en/technologies/linux-platforms/articles/relationship-between-fedora-and-rhel">Learn more about the relationship between Red Hat and Fedora &raquo;</a></p>

-                             <p class="copy">&copy; 2017 Red Hat, Inc. and others. Please send any comments or corrections to the <a href="https://pagure.io/fedora-docs/docs-fp-o">documentation team</a></p>

-                         </div>

-                     </div>

-                 </div> <!-- /row of widgets -->

- 

-             </div>

-         </div>

-     </div>

-     <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->

-     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>

-     <!-- Include all compiled plugins (below), or include individual files as needed -->

-     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>

-   </body>

- </html>

file removed
-158
@@ -1,158 +0,0 @@ 

- <?xml version="1.0" encoding="UTF-8" standalone="no"?>

- <!-- Created with Inkscape (http://www.inkscape.org/) -->

- 

- <svg

-    xmlns:dc="http://purl.org/dc/elements/1.1/"

-    xmlns:cc="http://creativecommons.org/ns#"

-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

-    xmlns:svg="http://www.w3.org/2000/svg"

-    xmlns="http://www.w3.org/2000/svg"

-    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"

-    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"

-    width="32mm"

-    height="10.58333mm"

-    viewBox="0 0 32 10.58333"

-    id="svg2"

-    version="1.1"

-    inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"

-    sodipodi:docname="docs_logo.svg"

-    inkscape:export-filename="/home/rlerch/Source/pagure/pagure/static/pagure-logo.png"

-    inkscape:export-xdpi="192"

-    inkscape:export-ydpi="192">

-   <defs

-      id="defs4" />

-   <sodipodi:namedview

-      id="base"

-      pagecolor="#ffffff"

-      bordercolor="#666666"

-      borderopacity="1.0"

-      inkscape:pageopacity="0.0"

-      inkscape:pageshadow="2"

-      inkscape:zoom="2.8284271"

-      inkscape:cx="107.3632"

-      inkscape:cy="-69.668191"

-      inkscape:document-units="mm"

-      inkscape:current-layer="g126"

-      showgrid="false"

-      fit-margin-top="0"

-      fit-margin-left="0"

-      fit-margin-right="0"

-      fit-margin-bottom="0"

-      inkscape:window-width="1920"

-      inkscape:window-height="1016"

-      inkscape:window-x="0"

-      inkscape:window-y="27"

-      inkscape:window-maximized="1"

-      inkscape:snap-bbox="true"

-      inkscape:bbox-nodes="true"

-      inkscape:snap-page="true"

-      inkscape:snap-global="false" />

-   <metadata

-      id="metadata7">

-     <rdf:RDF>

-       <cc:Work

-          rdf:about="">

-         <dc:format>image/svg+xml</dc:format>

-         <dc:type

-            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />

-         <dc:title></dc:title>

-       </cc:Work>

-     </rdf:RDF>

-   </metadata>

-   <g

-      inkscape:label="Layer 1"

-      inkscape:groupmode="layer"

-      id="layer1"

-      transform="translate(-48.767028,-31.073165)">

-     <g

-        id="g4595"

-        transform="matrix(0.45619308,0,0,0.45619308,26.519847,-9.145808)">

-       <g

-          id="g4624"

-          transform="matrix(0.92003825,0,0,0.92003825,3.8994993,8.9046582)">

-         <text

-            id="text4225"

-            y="106.14349"

-            x="82.744614"

-            style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#555753;fill-opacity:1;stroke:none;stroke-width:0.29657274px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"

-            xml:space="preserve"><tspan

-              style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:11.86291027px;line-height:1.25;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#555753;fill-opacity:1;stroke-width:0.29657274px"

-              y="106.14349"

-              x="82.744614"

-              id="tspan4227"

-              sodipodi:role="line">DOCS</tspan></text>

-         <g

-            transform="matrix(0.13021808,0,0,0.13021808,83.22229,87.323483)"

-            id="g4488">

-           <g

-              transform="translate(-266.55899,-345.34488)"

-              id="layer1-0">

-             <path

-                inkscape:connector-curvature="0"

-                d="m 316.7736,397.581 c 0,0 0,0 -20.53889,0 0.3327,4.45245 3.92157,7.77609 8.70715,7.77609 3.38983,0 6.31456,-1.39616 8.64094,-3.65507 0.46553,-0.46679 0.99726,-0.59962 1.59519,-0.59962 0.79781,0 1.59561,0.39932 2.12692,1.06388 0.3327,0.46553 0.53216,0.99726 0.53216,1.52857 0,0.73118 -0.3327,1.52857 -0.93106,2.12734 -2.7919,2.99052 -7.51086,4.98503 -12.16403,4.98503 -8.44149,0 -15.22074,-6.77967 -15.22074,-15.22158 0,-8.44149 6.58022,-15.22074 15.02171,-15.22074 8.37529,0 14.62323,6.51317 14.62323,15.08749 0,1.26418 -1.12924,2.12861 -2.39258,2.12861 z m -12.23065,-11.76512 c -4.45329,0 -7.51085,2.92473 -8.17499,7.17731 10.03626,0 16.35083,0 16.35083,0 -0.59836,-4.05355 -3.78874,-7.17731 -8.17584,-7.17731 z"

-                id="path11"

-                style="fill:#3c6eb4" />

-             <path

-                inkscape:connector-curvature="0"

-                d="m 375.46344,410.80807 c -8.44106,0 -15.22074,-6.77968 -15.22074,-15.22159 0,-8.44149 6.77968,-15.22074 15.22074,-15.22074 8.44234,0 15.22159,6.77925 15.22159,15.22074 -4.2e-4,8.44149 -6.77968,15.22159 -15.22159,15.22159 z m 0,-24.65992 c -5.31688,0 -8.77377,4.25427 -8.77377,9.43833 0,5.18364 3.45689,9.43833 8.77377,9.43833 5.31731,0 8.77504,-4.25469 8.77504,-9.43833 -4.2e-4,-5.18406 -3.45773,-9.43833 -8.77504,-9.43833 z"

-                id="path13"

-                style="fill:#3c6eb4" />

-             <path

-                inkscape:connector-curvature="0"

-                d="m 412.66183,380.36574 c -4.45963,0 -7.40966,1.319 -10.01391,4.62956 l -0.24036,-1.53995 v 0 c -0.20198,-1.60743 -1.57326,-2.84926 -3.23382,-2.84926 -1.80139,0 -3.26206,1.459 -3.26206,3.26081 0,0.003 0,0.005 0,0.008 v 0 0.003 0 23.40712 c 0,1.79464 1.46194,3.25743 3.257,3.25743 1.79465,0 3.25744,-1.46279 3.25744,-3.25743 v -12.56209 c 0,-5.71621 4.98502,-8.57432 10.23613,-8.57432 1.59519,0 2.85726,-1.32953 2.85726,-2.92515 0,-1.59561 -1.26207,-2.85726 -2.85768,-2.85726 z"

-                id="path15"

-                style="fill:#3c6eb4" />

-             <path

-                inkscape:connector-curvature="0"

-                d="m 447.02614,395.58648 c 0.0666,-8.17541 -5.78326,-15.22074 -15.222,-15.22074 -8.44192,0 -15.28779,6.77925 -15.28779,15.22074 0,8.44191 6.64684,15.22159 14.68985,15.22159 4.01434,0 7.62682,-2.06621 9.23846,-4.22518 l 0.79359,2.01434 v 0 c 0.42589,1.13177 1.5176,1.93717 2.7978,1.93717 1.65001,0 2.98756,-1.33671 2.99009,-2.98545 v 0 -7.80687 0 z m -15.222,9.43833 c -5.31773,0 -8.77419,-4.25469 -8.77419,-9.43833 0,-5.18406 3.45604,-9.43833 8.77419,-9.43833 5.3173,0 8.77419,4.25427 8.77419,9.43833 0,5.18364 -3.45689,9.43833 -8.77419,9.43833 z"

-                id="path17"

-                style="fill:#3c6eb4" />

-             <path

-                inkscape:connector-curvature="0"

-                d="m 355.01479,368.3337 c 0,-1.7938 -1.46194,-3.18997 -3.25659,-3.18997 -1.79422,0 -3.25743,1.39659 -3.25743,3.18997 v 17.1499 c -1.66097,-3.05756 -5.25026,-5.11786 -9.50495,-5.11786 -8.64052,0 -14.42336,6.51318 -14.42336,15.22074 0,8.70757 5.98229,15.22159 14.42336,15.22159 3.76555,0 7.03057,-1.55429 8.98587,-4.25554 l 0.72317,1.83428 c 0.44782,1.25912 1.64917,2.16024 3.06051,2.16024 1.78621,0 3.24984,-1.45435 3.24984,-3.24815 0,-0.005 0,-0.009 0,-0.0139 v 0 -38.95128 h -4.2e-4 z m -15.22116,36.69111 c -5.31731,0 -8.70715,-4.25469 -8.70715,-9.43833 0,-5.18406 3.38984,-9.43833 8.70715,-9.43833 5.31773,0 8.70714,4.0544 8.70714,9.43833 0,5.38309 -3.38941,9.43833 -8.70714,9.43833 z"

-                id="path19"

-                style="fill:#3c6eb4" />

-             <path

-                inkscape:connector-curvature="0"

-                d="m 287.21553,365.34023 c -0.59414,-0.0877 -1.19966,-0.13198 -1.80097,-0.13198 -6.73118,0 -12.20746,5.4767 -12.20746,12.20788 v 3.8132 h -3.98903 c -1.46237,0 -2.65908,1.19671 -2.65908,2.65781 0,1.46321 1.19671,2.93738 2.65908,2.93738 h 3.98819 v 20.46004 c 0,1.79464 1.46236,3.25743 3.25658,3.25743 1.79507,0 3.25744,-1.46279 3.25744,-3.25743 v -20.46004 h 4.40986 c 1.46194,0 2.65823,-1.47417 2.65823,-2.93738 0,-1.46152 -1.19629,-2.65823 -2.65823,-2.65823 h -4.40733 v -3.8132 c 0,-3.13852 2.55323,-6.11469 5.69175,-6.11469 0.28294,0 0.56757,0.0211 0.84672,0.062 1.78031,0.26355 3.4358,-0.54269 3.70019,-2.32342 0.2627,-1.77904 -0.96606,-3.43538 -2.74594,-3.69935 z"

-                id="path21"

-                style="fill:#3c6eb4" />

-           </g>

-           <path

-              inkscape:connector-curvature="0"

-              d="m 181.98344,61.675273 h 2.81558 v 0.37898 h -1.18152 v 2.94935 h -0.45254 v -2.94935 h -1.18152 v -0.37898 m 3.26144,0 h 0.67101 l 0.84937,2.26496 0.85381,-2.26496 h 0.67102 v 3.32833 h -0.43917 v -2.9226 l -0.85828,2.28279 h -0.45255 l -0.85827,-2.28279 v 2.9226 h -0.43694 v -3.32833"

-              id="path2391"

-              style="fill:#294172;enable-background:new" />

-         </g>

-         <g

-            id="g126"

-            transform="matrix(0.63038796,0,0,0.63038796,136.33122,166.95132)">

-           <g

-              transform="matrix(0.83326781,0,0,0.83326781,-499.2038,-411.67682)"

-              id="g132-9">

-             <path

-                inkscape:connector-curvature="0"

-                d="m 482.01243,363.57426 c 0,-10.06788 -8.16108,-18.22938 -18.22897,-18.22938 -10.06282,0 -18.22179,8.15475 -18.22854,18.21631 l -4.2e-4,-4.2e-4 v 14.1071 l 4.2e-4,4.2e-4 c 0.005,2.28463 1.85832,4.13409 4.14463,4.13409 0.007,0 0.0127,-8.4e-4 0.0194,-8.4e-4 l 10e-4,8.4e-4 h 14.07083 v 0 c 10.06409,-0.004 18.22138,-8.16276 18.22138,-18.22812 z"

-                id="path25-1"

-                style="fill:#294172" />

-             <path

-                inkscape:connector-curvature="0"

-                d="m 469.13577,349.66577 c -4.72528,0 -8.55576,3.83049 -8.55576,8.55577 0,0.002 0,0.004 0,0.006 v 4.52836 h -4.51444 c -8.5e-4,0 -8.5e-4,0 -10e-4,0 -4.72528,0 -8.55576,3.81193 -8.55576,8.53678 0,4.72528 3.83048,8.55577 8.55576,8.55577 4.72486,0 8.55534,-3.83049 8.55534,-8.55577 0,-0.002 0,-0.004 0,-0.006 v -4.54733 h 4.51444 c 8.5e-4,0 0.001,0 0.002,0 4.72486,0 8.55534,-3.79296 8.55534,-8.51781 0,-4.72528 -3.83048,-8.55577 -8.55534,-8.55577 z m -8.55576,21.63483 c -0.004,2.48998 -2.02446,4.50811 -4.51571,4.50811 -2.49378,0 -4.53426,-2.02193 -4.53426,-4.5157 0,-2.49421 2.04048,-4.55366 4.53426,-4.55366 0.002,0 0.004,4.2e-4 0.006,4.2e-4 h 3.86971 c 0.001,0 0.002,-4.2e-4 0.003,-4.2e-4 0.35209,0 0.63799,0.28505 0.63799,0.63715 0,4.2e-4 -4.2e-4,8.4e-4 -4.2e-4,10e-4 v 3.92284 h -4.2e-4 z m 8.55534,-8.5448 c -0.001,0 -0.003,0 -0.004,0 h -3.87223 c -8.4e-4,0 -0.002,0 -0.002,0 -0.35252,0 -0.63757,-0.28506 -0.63757,-0.63758 v -4.2e-4 -3.90343 c 0.004,-2.49083 2.02446,-4.50854 4.51571,-4.50854 2.49378,0 4.53468,2.02193 4.53468,4.51613 4.2e-4,2.49336 -2.04048,4.53384 -4.53426,4.53384 z"

-                id="path29-2"

-                style="fill:#3c6eb4" />

-             <path

-                inkscape:connector-curvature="0"

-                d="m 460.58001,362.7558 v -4.52836 c 0,-0.002 0,-0.004 0,-0.006 0,-4.72528 3.83048,-8.55577 8.55576,-8.55577 0.71685,0 1.22623,0.0805 1.88952,0.25469 0.96774,0.25385 1.75796,1.04618 1.75838,1.96922 4.2e-4,1.11575 -0.80919,1.92621 -2.0194,1.92621 -0.57642,0 -0.78473,-0.11048 -1.62892,-0.11048 -2.49125,0 -4.51149,2.01771 -4.51571,4.50854 v 3.90385 4.2e-4 c 0,0.35252 0.28505,0.63758 0.63757,0.63758 4.3e-4,0 0.001,0 0.002,0 h 2.96521 c 1.10521,0 1.99747,0.88467 1.99832,1.99283 0,1.10816 -0.89353,1.99114 -1.99832,1.99114 h -3.60489 v 4.54733 c 0,0.002 0,0.004 0,0.006 0,4.72485 -3.83048,8.55534 -8.55534,8.55534 -0.71684,0 -1.22623,-0.0805 -1.88952,-0.25469 -0.96774,-0.25343 -1.75838,-1.04618 -1.7588,-1.9688 0,-1.11575 0.80919,-1.92663 2.01982,-1.92663 0.576,0 0.78473,0.11048 1.6285,0.11048 2.49125,0 4.51191,-2.01771 4.51613,-4.50811 0,0 0,-3.92368 0,-3.9241 0,-0.35168 -0.2859,-0.63673 -0.63799,-0.63673 -4.3e-4,0 -8.5e-4,0 -0.002,0 l -2.96521,-4.2e-4 c -1.10521,0 -1.99831,-0.88214 -1.99831,-1.9903 -4.3e-4,-1.11533 0.90238,-1.99367 2.01939,-1.99367 h 3.58339 v 0 z"

-                id="path31-7"

-                style="fill:#ffffff" />

-             <path

-                inkscape:connector-curvature="0"

-                d="m 477.41661,378.55292 h 2.81558 v 0.37898 h -1.18152 v 2.94935 h -0.45254 v -2.94935 h -1.18152 v -0.37898 m 3.26144,0 h 0.67101 l 0.84937,2.26496 0.85381,-2.26496 h 0.67102 v 3.32833 h -0.43917 v -2.9226 l -0.85828,2.28279 h -0.45255 l -0.85827,-2.28279 v 2.9226 h -0.43694 v -3.32833"

-                id="text6223-0"

-                style="fill:#294172;enable-background:new" />

-           </g>

-         </g>

-       </g>

-     </g>

-   </g>

- </svg>

file removed
-61
@@ -1,61 +0,0 @@ 

- <?xml version="1.0" encoding="UTF-8" standalone="no"?>

- <!-- Created with Inkscape (http://www.inkscape.org/) -->

- 

- <svg

-    xmlns:svg="http://www.w3.org/2000/svg"

-    xmlns="http://www.w3.org/2000/svg"

-    version="1.0"

-    width="220"

-    height="70"

-    id="svg6180">

-   <defs

-      id="defs6182" />

-   <g

-      transform="translate(-266.55899,-345.34488)"

-      id="layer1">

-     <path

-        d="m 316.7736,397.581 c 0,0 0,0 -20.53889,0 0.3327,4.45245 3.92157,7.77609 8.70715,7.77609 3.38983,0 6.31456,-1.39616 8.64094,-3.65507 0.46553,-0.46679 0.99726,-0.59962 1.59519,-0.59962 0.79781,0 1.59561,0.39932 2.12692,1.06388 0.3327,0.46553 0.53216,0.99726 0.53216,1.52857 0,0.73118 -0.3327,1.52857 -0.93106,2.12734 -2.7919,2.99052 -7.51086,4.98503 -12.16403,4.98503 -8.44149,0 -15.22074,-6.77967 -15.22074,-15.22158 0,-8.44149 6.58022,-15.22074 15.02171,-15.22074 8.37529,0 14.62323,6.51317 14.62323,15.08749 0,1.26418 -1.12924,2.12861 -2.39258,2.12861 z m -12.23065,-11.76512 c -4.45329,0 -7.51085,2.92473 -8.17499,7.17731 10.03626,0 16.35083,0 16.35083,0 -0.59836,-4.05355 -3.78874,-7.17731 -8.17584,-7.17731 z"

-        id="path11"

-        style="fill:#3c6eb4" />

-     <path

-        d="m 375.46344,410.80807 c -8.44106,0 -15.22074,-6.77968 -15.22074,-15.22159 0,-8.44149 6.77968,-15.22074 15.22074,-15.22074 8.44234,0 15.22159,6.77925 15.22159,15.22074 -4.2e-4,8.44149 -6.77968,15.22159 -15.22159,15.22159 z m 0,-24.65992 c -5.31688,0 -8.77377,4.25427 -8.77377,9.43833 0,5.18364 3.45689,9.43833 8.77377,9.43833 5.31731,0 8.77504,-4.25469 8.77504,-9.43833 -4.2e-4,-5.18406 -3.45773,-9.43833 -8.77504,-9.43833 z"

-        id="path13"

-        style="fill:#3c6eb4" />

-     <path

-        d="m 412.66183,380.36574 c -4.45963,0 -7.40966,1.319 -10.01391,4.62956 l -0.24036,-1.53995 0,0 c -0.20198,-1.60743 -1.57326,-2.84926 -3.23382,-2.84926 -1.80139,0 -3.26206,1.459 -3.26206,3.26081 0,0.003 0,0.005 0,0.008 l 0,0 0,0.003 0,0 0,23.40712 c 0,1.79464 1.46194,3.25743 3.257,3.25743 1.79465,0 3.25744,-1.46279 3.25744,-3.25743 l 0,-12.56209 c 0,-5.71621 4.98502,-8.57432 10.23613,-8.57432 1.59519,0 2.85726,-1.32953 2.85726,-2.92515 0,-1.59561 -1.26207,-2.85726 -2.85768,-2.85726 z"

-        id="path15"

-        style="fill:#3c6eb4" />

-     <path

-        d="m 447.02614,395.58648 c 0.0666,-8.17541 -5.78326,-15.22074 -15.222,-15.22074 -8.44192,0 -15.28779,6.77925 -15.28779,15.22074 0,8.44191 6.64684,15.22159 14.68985,15.22159 4.01434,0 7.62682,-2.06621 9.23846,-4.22518 l 0.79359,2.01434 0,0 c 0.42589,1.13177 1.5176,1.93717 2.7978,1.93717 1.65001,0 2.98756,-1.33671 2.99009,-2.98545 l 0,0 0,-7.80687 0,0 0,-4.1556 z m -15.222,9.43833 c -5.31773,0 -8.77419,-4.25469 -8.77419,-9.43833 0,-5.18406 3.45604,-9.43833 8.77419,-9.43833 5.3173,0 8.77419,4.25427 8.77419,9.43833 0,5.18364 -3.45689,9.43833 -8.77419,9.43833 z"

-        id="path17"

-        style="fill:#3c6eb4" />

-     <path

-        d="m 355.01479,368.3337 c 0,-1.7938 -1.46194,-3.18997 -3.25659,-3.18997 -1.79422,0 -3.25743,1.39659 -3.25743,3.18997 l 0,17.1499 c -1.66097,-3.05756 -5.25026,-5.11786 -9.50495,-5.11786 -8.64052,0 -14.42336,6.51318 -14.42336,15.22074 0,8.70757 5.98229,15.22159 14.42336,15.22159 3.76555,0 7.03057,-1.55429 8.98587,-4.25554 l 0.72317,1.83428 c 0.44782,1.25912 1.64917,2.16024 3.06051,2.16024 1.78621,0 3.24984,-1.45435 3.24984,-3.24815 0,-0.005 0,-0.009 0,-0.0139 l 0,0 0,-38.95128 -4.2e-4,0 z m -15.22116,36.69111 c -5.31731,0 -8.70715,-4.25469 -8.70715,-9.43833 0,-5.18406 3.38984,-9.43833 8.70715,-9.43833 5.31773,0 8.70714,4.0544 8.70714,9.43833 0,5.38309 -3.38941,9.43833 -8.70714,9.43833 z"

-        id="path19"

-        style="fill:#3c6eb4" />

-     <path

-        d="m 287.21553,365.34023 c -0.59414,-0.0877 -1.19966,-0.13198 -1.80097,-0.13198 -6.73118,0 -12.20746,5.4767 -12.20746,12.20788 l 0,3.8132 -3.98903,0 c -1.46237,0 -2.65908,1.19671 -2.65908,2.65781 0,1.46321 1.19671,2.93738 2.65908,2.93738 l 3.98819,0 0,20.46004 c 0,1.79464 1.46236,3.25743 3.25658,3.25743 1.79507,0 3.25744,-1.46279 3.25744,-3.25743 l 0,-20.46004 4.40986,0 c 1.46194,0 2.65823,-1.47417 2.65823,-2.93738 0,-1.46152 -1.19629,-2.65823 -2.65823,-2.65823 l -4.40733,0 0,-3.8132 c 0,-3.13852 2.55323,-6.11469 5.69175,-6.11469 0.28294,0 0.56757,0.0211 0.84672,0.062 1.78031,0.26355 3.4358,-0.54269 3.70019,-2.32342 0.2627,-1.77904 -0.96606,-3.43538 -2.74594,-3.69935 z"

-        id="path21"

-        style="fill:#3c6eb4" />

-     <path

-        d="m 482.01243,363.57426 c 0,-10.06788 -8.16108,-18.22938 -18.22897,-18.22938 -10.06282,0 -18.22179,8.15475 -18.22854,18.21631 l -4.2e-4,-4.2e-4 0,14.1071 4.2e-4,4.2e-4 c 0.005,2.28463 1.85832,4.13409 4.14463,4.13409 0.007,0 0.0127,-8.4e-4 0.0194,-8.4e-4 l 0.001,8.4e-4 14.07083,0 0,0 c 10.06409,-0.004 18.22138,-8.16276 18.22138,-18.22812 z"

-        id="path25"

-        style="fill:#294172" />

-     <path

-        d="m 469.13577,349.66577 c -4.72528,0 -8.55576,3.83049 -8.55576,8.55577 0,0.002 0,0.004 0,0.006 l 0,4.52836 -4.51444,0 c -8.5e-4,0 -8.5e-4,0 -0.001,0 -4.72528,0 -8.55576,3.81193 -8.55576,8.53678 0,4.72528 3.83048,8.55577 8.55576,8.55577 4.72486,0 8.55534,-3.83049 8.55534,-8.55577 0,-0.002 0,-0.004 0,-0.006 l 0,-4.54733 4.51444,0 c 8.5e-4,0 0.001,0 0.002,0 4.72486,0 8.55534,-3.79296 8.55534,-8.51781 0,-4.72528 -3.83048,-8.55577 -8.55534,-8.55577 z m -8.55576,21.63483 c -0.004,2.48998 -2.02446,4.50811 -4.51571,4.50811 -2.49378,0 -4.53426,-2.02193 -4.53426,-4.5157 0,-2.49421 2.04048,-4.55366 4.53426,-4.55366 0.002,0 0.004,4.2e-4 0.006,4.2e-4 l 3.86971,0 c 0.001,0 0.002,-4.2e-4 0.003,-4.2e-4 0.35209,0 0.63799,0.28505 0.63799,0.63715 0,4.2e-4 -4.2e-4,8.4e-4 -4.2e-4,0.001 l 0,3.92284 -4.2e-4,0 z m 8.55534,-8.5448 c -0.001,0 -0.003,0 -0.004,0 l -3.87223,0 c -8.4e-4,0 -0.002,0 -0.002,0 -0.35252,0 -0.63757,-0.28506 -0.63757,-0.63758 l 0,-4.2e-4 0,-3.90343 c 0.004,-2.49083 2.02446,-4.50854 4.51571,-4.50854 2.49378,0 4.53468,2.02193 4.53468,4.51613 4.2e-4,2.49336 -2.04048,4.53384 -4.53426,4.53384 z"

-        id="path29"

-        style="fill:#3c6eb4" />

-     <path

-        d="m 460.58001,362.7558 0,-4.52836 c 0,-0.002 0,-0.004 0,-0.006 0,-4.72528 3.83048,-8.55577 8.55576,-8.55577 0.71685,0 1.22623,0.0805 1.88952,0.25469 0.96774,0.25385 1.75796,1.04618 1.75838,1.96922 4.2e-4,1.11575 -0.80919,1.92621 -2.0194,1.92621 -0.57642,0 -0.78473,-0.11048 -1.62892,-0.11048 -2.49125,0 -4.51149,2.01771 -4.51571,4.50854 l 0,3.90385 0,4.2e-4 c 0,0.35252 0.28505,0.63758 0.63757,0.63758 4.3e-4,0 0.001,0 0.002,0 l 2.96521,0 c 1.10521,0 1.99747,0.88467 1.99832,1.99283 0,1.10816 -0.89353,1.99114 -1.99832,1.99114 l -3.60489,0 0,4.54733 c 0,0.002 0,0.004 0,0.006 0,4.72485 -3.83048,8.55534 -8.55534,8.55534 -0.71684,0 -1.22623,-0.0805 -1.88952,-0.25469 -0.96774,-0.25343 -1.75838,-1.04618 -1.7588,-1.9688 0,-1.11575 0.80919,-1.92663 2.01982,-1.92663 0.576,0 0.78473,0.11048 1.6285,0.11048 2.49125,0 4.51191,-2.01771 4.51613,-4.50811 0,0 0,-3.92368 0,-3.9241 0,-0.35168 -0.2859,-0.63673 -0.63799,-0.63673 -4.3e-4,0 -8.5e-4,0 -0.002,0 l -2.96521,-4.2e-4 c -1.10521,0 -1.99831,-0.88214 -1.99831,-1.9903 -4.3e-4,-1.11533 0.90238,-1.99367 2.01939,-1.99367 l 3.58339,0 0,0 z"

-        id="path31"

-        style="fill:#ffffff" />

-     <path

-        d="m 477.41661,378.55292 2.81558,0 0,0.37898 -1.18152,0 0,2.94935 -0.45254,0 0,-2.94935 -1.18152,0 0,-0.37898 m 3.26144,0 0.67101,0 0.84937,2.26496 0.85381,-2.26496 0.67102,0 0,3.32833 -0.43917,0 0,-2.9226 -0.85828,2.28279 -0.45255,0 -0.85827,-2.28279 0,2.9226 -0.43694,0 0,-3.32833"

-        id="text6223"

-        style="fill:#294172;enable-background:new" />

-   </g>

-   <path

-      d="m 181.98344,61.675273 2.81558,0 0,0.37898 -1.18152,0 0,2.94935 -0.45254,0 0,-2.94935 -1.18152,0 0,-0.37898 m 3.26144,0 0.67101,0 0.84937,2.26496 0.85381,-2.26496 0.67102,0 0,3.32833 -0.43917,0 0,-2.9226 -0.85828,2.28279 -0.45255,0 -0.85827,-2.28279 0,2.9226 -0.43694,0 0,-3.32833"

-      id="path2391"

-      style="fill:#294172;enable-background:new" />

- </svg>

@@ -1,6 +0,0 @@ 

- $(document).ready(function () {

-   $('[data-toggle="offcanvas"]').click(function () {

-     $('.sidebar').show();

-     $('.row-offcanvas').toggleClass('active');

-   });

- });

@@ -1,575 +0,0 @@ 

- @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);

- /* ------------------------------------------------------------

- Image: "Spin" https://www.flickr.com/photos/eflon/3655695161/

- Author: eflon https://www.flickr.com/photos/eflon/

- License: https://creativecommons.org/licenses/by/2.0/

- ---------------------------------------------------------------*/

- .attribution {

-   text-align: center;

-   position: relative;

-   bottom: -20px;

- }

- .attribution .btn {

-   color: #808080;

-   color: rgba(175,175,175, .65);

-   font-size: 11px;

- }

- .attribution .btn:hover {

-   text-decoration: none;

-   color: #aaa;

- }

- .popover-content {

-   font-size: 12px;

-   line-height: 1.3;

-   font-weight: normal;

- }

- 

- @media screen and (max-width: 980px) {

-   body {

-     margin-bottom: 200px;

-   }

-   footer {

-     text-align: center;

-   }

-   footer .text-right {

-     text-align: center !important;

-   }

-   #footer_social .first {

-     margin-left: 0;

-   }

-   #footer_social > a {

-     top: 24px;

-   }

- }

- 

- .fa-inverse:hover {

-   color: #ccc;

- }

- 

- .collapse a.active {

-   background-color: #DEEAF4;

-   color: #000;

-   position: relative;

- }

- 

- .collapse a.active:hover {

-   text-decoration: none;

- }

- 

- .collapse a.active:before {

-   background-color: #A0C3E5;

-   content: "";

-   display: inline-block;

-   height: 100%;

-   left: 0;

-   position: absolute;

-   top: 0;

-   width: 3px;

- }

- 

- .main h2, .main .h2 {

-   border-top: 0px;

-   padding-top: 10px;

-   font-size: 28px;

- }

- 

- .page-header .img-responsive {

-   display: inline;

- }

- 

- .docs-content h1,

- .docs-content h2,

- .docs-content h3,

- .docs-content h4,

- .docs-content h5,

- .docs-content h6

-  {

-   font-weight: bold;

-   color: #444;

- }

- 

- .docs-content h1{

-   font-size: 1.5rem

- }

- .docs-content h2{

-   font-size: 1.3rem

- }

- .docs-content h3{

-   font-size: 1.1rem

- }

- .docs-content h4,

- .docs-content h5,

- .docs-content h6{

-   font-size: 1rem;

- }

- 

- .docs-content .page-header h1 {

-   line-height: 1.5rem;

-   padding-bottom: 0.2em;

-   margin-bottom: 0.7em;

-   border-bottom: 1px solid #ccc;

- 

- }

- 

- 

- nav .breadcrumb{

-   background: none;

-   font-size:0.8em;

-   padding-left:10px;

-   padding-bottom:0px;

- }

- 

- .nav > li  > a.hover{

-   background-color: none;

- }

- 

- .breadcrumb-item + .breadcrumb-item::before{

-   content: '\f054';

-   font-family: FontAwesome;

-   font-size: 0.8em;

- }

- 

- h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

-   position: relative;

- }

- 

- h2 > a.anchor, h3 > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor {

-   display: block;

-   font-weight: normal;

-   margin-left: -1.5ex;

-   position: absolute;

-   text-align: center;

-   text-decoration: none !important;

-   visibility: hidden;

-   width: 1.5ex;

-   z-index: 1001;

- }

- 

- h2 > a.anchor:before, h3 > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before {

-   content: "\f0c1";

-   display: block;

-   font-family: FontAwesome;

-   font-size: 0.7em;

-   -webkit-font-smoothing: antialiased;

-   -moz-osx-font-smoothing: grayscale;

-   padding-top: 0.2em;

- }

- 

- h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before {

-   font-size: 1em;

- }

- 

- h2:hover > a.anchor,

- h2 > a.anchor:hover,

- h3:hover > a.anchor,

- h3 > a.anchor:hover,

- h4:hover > a.anchor,

- h4 > a.anchor:hover,

- h5:hover > a.anchor,

- h5 > a.anchor:hover,

- h6:hover > a.anchor,

- h6 > a.anchor:hover {

-   visibility: visible;

- }

- 

- .main {

-   border-left: 1px solid #e7e7e7;

-   margin-left: -1px;

-   padding-left: 25px;

- }

- 

- 

- @media (min-width: 768px) {

-   .main {

-     padding-left: 30px;

-   }

- }

- 

- .masthead, .footer{

-   position: relative;

-   z-index: 1;

- }

- 

- /*

-  * Sidebar

-  */

- 

-  .docs-sidebar{

-   background: #eee;

-   box-shadow: -3000px 0 0 3000px #eee;

-  }

- 

- .nav-header {

-   font-size: 16px;

- }

- 

- .nav-header ul {

-   font-size: 14px;

- }

- 

- .nav-header ul li a {

-   display: block;

-   padding: 5px 20px 5px 25px;

-   font-size: 13px;

-   font-weight: normal;

- }

- 

- .nav-sidebar .fa {

-   text-align: center;

-   top: -1px;

-   width: 14px;

- }

- 

- .nav-sidebar li a {

-   color: inherit;

- }

- 

- .nav-sidebar li a:hover {

-   color: #000;

- }

- 

- .nav-sidebar ul li ul.nav-tertiary li a {

-   padding-left: 50px;

- }

- 

- .nav-sidebar > li > a {

-   padding: 7px 0;

- }

- 

- .nav-sidebar > li > a:focus, .nav-sidebar > li > a:hover {

-   background: transparent;

- }

- 

- .sidebar {

-   font-weight: 300;

-   display: none;

-   padding-top: 13px;

- }

- 

- @media screen and (max-width: 767px) {

-   .sidebar {

-     padding-left: 30px;

-     padding-right: 0;

-   }

- }

- 

- @media screen and (min-width: 768px) {

-   .sidebar {

-     border-right: 1px solid #e7e7e7;

-     display: block;

-   }

- }

- 

-  /* Remnants of Asciidoctor default stylesheet - remove styles as needed */

- 

- #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; }

- .left { float: left !important; }

- .right { float: right !important; }

- .text-left { text-align: left !important; }

- .text-right { text-align: right !important; }

- .text-center { text-align: center !important; }

- .text-justify { text-align: justify !important; }

- .hide { display: none; }

- .subheader, #content #toctitle, .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { line-height: 1.4; color: #7a2518; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; }

- abbr, acronym { text-transform: uppercase; font-size: 90%; color: #333333; border-bottom: 1px dotted #dddddd; cursor: help; }

- abbr { text-transform: none; }

- blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 3px solid #487c58; }

- blockquote cite { display: block; font-size: inherit; color: #454545; }

- blockquote cite:before { content: "\2014 \0020"; }

- blockquote cite a, blockquote cite a:visited { color: #454545; }

- blockquote, blockquote p { line-height: 1.6; color: #6e6e6e; }

- @media only screen and (min-width: 768px) {

-   #toctitle, .sidebarblock > .content > .title { line-height: 1.4; }

-   #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; }

- }

- table { background: white; margin-bottom: 1.25em; border: solid 1px #dddddd; }

- table thead, table tfoot { background: whitesmoke; font-weight: bold; }

- table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: inherit; color: #333333; text-align: left; }

- table tr th, table tr td { padding: 0.5625em 0.625em; font-size: inherit; color: #333333; }

- table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9; }

- table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.6; }

- .clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table; }

- .clearfix:after, .float-group:after { clear: both; }

- *:not(pre) > code { font-size: inherit; padding: 0; white-space: nowrap; background-color: inherit; border: 0 solid #dddddd; -webkit-border-radius: 4px; border-radius: 4px; text-shadow: none; line-height: 1; }

- .keyseq { color: #666666; }

- kbd:not(.keyseq) { display: inline-block; color: #333333; font-size: 0.75em; line-height: 1.4; background-color: #f7f7f7; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; margin: -0.15em 0.15em 0 0.15em; padding: 0.2em 0.6em 0.2em 0.5em; vertical-align: middle; white-space: nowrap; }

- .keyseq kbd:first-child { margin-left: 0; }

- .keyseq kbd:last-child { margin-right: 0; }

- .menuseq, .menu { color: #1a1a1a; }

- b.button:before, b.button:after { position: relative; top: -1px; font-weight: normal; }

- b.button:before { content: "["; padding: 0 3px 0 2px; }

- b.button:after { content: "]"; padding: 0 2px 0 3px; }

- p a > code:hover { color: #561309; }

- #header, #content, #footnotes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; position: relative; padding-left: 0.9375em; padding-right: 0.9375em; }

- #header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table; }

- #header:after, #content:after, #footnotes:after, #footer:after { clear: both; }

- #content:before { content: none; }

- #header { margin-bottom: 2.5em; }

- #header > h1 { color: black; font-weight: 300; border-bottom: 1px solid #d8d8d8; margin-bottom: -28px; padding-bottom: 32px; }

- #header span { color: #6e6e6e; }

- #header #revnumber { text-transform: capitalize; }

- #header br { display: none; }

- #header br + span { padding-left: 3px; }

- #header br + span:before { content: "\2013 \0020"; }

- #header br + span.author { padding-left: 0; }

- #header br + span.author:before { content: ", "; }

- #toc { border-bottom: 3px double #e5e5e5; padding-top: 1em; padding-bottom: 1.25em; }

- #toc > ul { margin-left: 0.25em; }

- #toc ul.sectlevel0 > li > a { font-style: italic; }

- #toc ul.sectlevel0 ul.sectlevel1 { margin-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }

- #toc ul { font-family: "Open Sans", "DejaVu Sans", "Sans", sans-serif; list-style-type: none; }

- #toc a { text-decoration: none; }

- #toc a:active { text-decoration: underline; }

- #toctitle { color: #7a2518; }

- @media only screen and (min-width: 768px) { body.toc2 { padding-left: 15em; padding-right: 0; }

-   #toc.toc2 { background-color: #fafaf9; position: fixed; width: 15em; left: 0; top: 0; border-right: 1px solid #e5e5e5; border-bottom: 0; z-index: 1000; padding: 1.25em 1em; height: 100%; overflow: auto; }

-   #toc.toc2 #toctitle { margin-top: 0; font-size: 1.2em; }

-   #toc.toc2 > ul { font-size: .90em; margin-bottom: 0; }

-   #toc.toc2 ul ul { margin-left: 0; padding-left: 1em; }

-   #toc.toc2 ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }

-   body.toc2.toc-right { padding-left: 0; padding-right: 15em; }

-   body.toc2.toc-right #toc.toc2 { border-right: 0; border-left: 1px solid #e5e5e5; left: auto; right: 0; } }

- @media only screen and (min-width: 1280px) { body.toc2 { padding-left: 20em; padding-right: 0; }

-   #toc.toc2 { width: 20em; }

-   #toc.toc2 #toctitle { font-size: 1.375em; }

-   #toc.toc2 > ul { font-size: 0.95em; }

-   #toc.toc2 ul ul { padding-left: 1.25em; }

-   body.toc2.toc-right { padding-left: 0; padding-right: 20em; } }

- #content #toc { border-style: solid; border-width: 1px; border-color: #e3e3dd; margin-bottom: 1.25em; padding: 1.25em; background: #fafaf9; border-width: 0; -webkit-border-radius: 4px; border-radius: 4px; }

- #content #toc > :first-child { margin-top: 0; }

- #content #toc > :last-child { margin-bottom: 0; }

- #content #toctitle { font-size: 1.375em; }

- #footer { max-width: 100%; background-color: #333333; padding: 1.25em; }

- #footer-text { color: #cccccc; line-height: 1.44; }

- .audioblock, .imageblock, .literalblock, .listingblock, .stemblock, .verseblock, .videoblock { margin-bottom: 2.5em; }

- .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-rendering: optimizeLegibility; text-align: left; font-family: "Noto Serif", "DejaVu Serif", "Serif", serif; font-weight: normal; font-style: italic; }

- table.tableblock > caption.title { white-space: nowrap; overflow: visible; max-width: 0; }

- table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { font-size: inherit; }

- .admonitionblock > table { border: 0; background: none; width: 100%; }

- .admonitionblock > table td.icon { text-align: center; width: 80px; }

- .admonitionblock > table td.icon img { max-width: none; }

- .admonitionblock > table td.icon .title { font-weight: 300; text-transform: uppercase; }

- .admonitionblock > table td.content { padding-left: 0; padding-right: 1.25em; color: #6e6e6e; }

- .admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; }

- .exampleblock > .content { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: white; -webkit-border-radius: 4px; border-radius: 4px; }

- .exampleblock > .content > :first-child { margin-top: 0; }

- .exampleblock > .content > :last-child { margin-bottom: 0; }

- .exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6, .exampleblock > .content p { color: #333333; }

- .exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6 { line-height: 1; margin-bottom: 0.625em; }

- .exampleblock > .content h1.subheader, .exampleblock > .content h2.subheader, .exampleblock > .content h3.subheader, .exampleblock > .content .subheader#toctitle, .sidebarblock.exampleblock > .content > .subheader.title, .exampleblock > .content h4.subheader, .exampleblock > .content h5.subheader, .exampleblock > .content h6.subheader { line-height: 1.4; }

- .exampleblock.result > .content { -webkit-box-shadow: 0 1px 8px #e3e3dd; box-shadow: 0 1px 8px #e3e3dd; }

- .sidebarblock { border-style: solid; border-width: 1px; border-color: #e3e3dd; margin-top: -1.0em; margin-bottom: 1.6em; margin-left: 1em; padding: .5em; background: #F1F3F5; -webkit-border-radius: 4px; border-radius: 4px; overflow-x: auto; float: right; width: 40%; }

- .sidebarblock > :first-child { margin-top: 0; }

- .sidebarblock > :last-child { margin-bottom: 0; }

- .sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6, .sidebarblock p { color: #333333; }

- .sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6 { line-height: 1; margin-bottom: 0.625em; }

- .sidebarblock h1.subheader, .sidebarblock h2.subheader, .sidebarblock h3.subheader, .sidebarblock .subheader#toctitle, .sidebarblock > .content > .subheader.title, .sidebarblock h4.subheader, .sidebarblock h5.subheader, .sidebarblock h6.subheader { line-height: 1.4; }

- .sidebarblock > .content > .title { color: inherit; font-size: 28px; font-weight: 500; margin-top: 0; line-height: 1.6; }

- .width50 { width: 50% ! important}

- .exampleblock > .content > :last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-child, .exampleblock > .content .qlist > ol > li:last-child > :last-child, .sidebarblock > .content > :last-child > :last-child, .sidebarblock > .content .olist > ol > li:last-child > :last-child, .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .sidebarblock > .content .qlist > ol > li:last-child > :last-child { margin-bottom: 0; }

- .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { border: 0px; background-color: #F0F3F5; -webkit-border-radius: 5px; border-radius: 5px; padding: 1.5em 2.5em; word-wrap: break-word; }

- .literalblock pre.nowrap, .literalblock pre[class].nowrap, .listingblock pre.nowrap, .listingblock pre[class].nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; }

- .literalblock pre > code, .literalblock pre[class] > code, .listingblock pre > code, .listingblock pre[class] > code { display: block; }

- .listingblock > .content { position: relative; }

- .listingblock:hover code[class*=" language-"]:before { text-transform: uppercase; font-size: 0.9em; color: #999; position: absolute; top: 0.375em; right: 0.375em; }

- .listingblock:hover code.asciidoc:before { content: "asciidoc"; }

- .listingblock:hover code.clojure:before { content: "clojure"; }

- .listingblock:hover code.css:before { content: "css"; }

- .listingblock:hover code.go:before { content: "go"; }

- .listingblock:hover code.groovy:before { content: "groovy"; }

- .listingblock:hover code.html:before { content: "html"; }

- .listingblock:hover code.java:before { content: "java"; }

- .listingblock:hover code.javascript:before { content: "javascript"; }

- .listingblock:hover code.python:before { content: "python"; }

- .listingblock:hover code.ruby:before { content: "ruby"; }

- .listingblock:hover code.sass:before { content: "sass"; }

- .listingblock:hover code.scss:before { content: "scss"; }

- .listingblock:hover code.xml:before { content: "xml"; }

- .listingblock:hover code.yaml:before { content: "yaml"; }

- .listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: #999; }

- .listingblock.terminal pre .command:not([data-prompt]):before { content: '$'; }

- table.pyhltable { border: 0; margin-bottom: 0; }

- table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0; }

- table.pyhltable td.code { padding-left: .75em; padding-right: 0; }

- .highlight.pygments .lineno, table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid #d8d8d8; }

- .highlight.pygments .lineno { display: inline-block; margin-right: .25em; }

- table.pyhltable .linenodiv { background-color: transparent !important; padding-right: 0 !important; }

- .quoteblock { margin: 0 0 1.25em 0; padding: 0.5625em 1.25em 0 1.1875em; border-left: 3px solid #487c58; }

- .quoteblock blockquote { margin: 0 0 1.25em 0; padding: 0 0 0.625em 0; border: 0; }

- .quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; }

- .quoteblock .attribution { margin-top: -0.625em; padding-bottom: 0.625em; font-size: inherit; color: #454545; line-height: 1.6; }

- .quoteblock .attribution br { display: none; }

- .quoteblock .attribution cite { display: block; }

- table.tableblock { max-width: 100%; }

- table.tableblock td .paragraph:last-child p > p:last-child, table.tableblock th > p:last-child, table.tableblock td > p:last-child { margin-bottom: 0; }

- table.spread { width: 100%; }

- table.tableblock, th.tableblock, td.tableblock { border: 0 solid #dddddd; }

- table.grid-all th.tableblock, table.grid-all td.tableblock { border-width: 0 1px 1px 0; }

- table.grid-all tfoot > tr > th.tableblock, table.grid-all tfoot > tr > td.tableblock { border-width: 1px 1px 0 0; }

- table.grid-cols th.tableblock, table.grid-cols td.tableblock { border-width: 0 1px 0 0; }

- table.grid-all * > tr > .tableblock:last-child, table.grid-cols * > tr > .tableblock:last-child { border-right-width: 0; }

- table.grid-rows th.tableblock, table.grid-rows td.tableblock { border-width: 0 0 1px 0; }

- table.grid-all tbody > tr:last-child > th.tableblock, table.grid-all tbody > tr:last-child > td.tableblock, table.grid-all thead:last-child > tr > th.tableblock, table.grid-rows tbody > tr:last-child > th.tableblock, table.grid-rows tbody > tr:last-child > td.tableblock, table.grid-rows thead:last-child > tr > th.tableblock { border-bottom-width: 0; }

- table.grid-rows tfoot > tr > th.tableblock, table.grid-rows tfoot > tr > td.tableblock { border-width: 1px 0 0 0; }

- table.frame-all { border-width: 1px; }

- table.frame-sides { border-width: 0 1px; }

- table.frame-topbot { border-width: 1px 0; }

- th.halign-left, td.halign-left { text-align: left; }

- th.halign-right, td.halign-right { text-align: right; }

- th.halign-center, td.halign-center { text-align: center; }

- th.valign-top, td.valign-top { vertical-align: top; }

- th.valign-bottom, td.valign-bottom { vertical-align: bottom; }

- th.valign-middle, td.valign-middle { vertical-align: middle; }

- table thead th, table tfoot th { font-weight: bold; }

- tbody tr th { display: table-cell; line-height: 1.6; background: whitesmoke; }

- tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p { color: #333333; font-weight: bold; }

- td > div.verse { white-space: pre; }

- ul.unstyled, ol.unnumbered, ul.checklist, ul.none { list-style-type: none; }

- ul.unstyled, ol.unnumbered, ul.checklist { margin-left: 0.625em; }

- ul.checklist li > p:first-child > .fa-check-square-o:first-child, ul.checklist li > p:first-child > input[type="checkbox"]:first-child { margin-right: 0.25em; }

- ul.checklist li > p:first-child > input[type="checkbox"]:first-child { position: relative; top: 1px; }

- ul.inline { margin: 0 auto 0.625em auto; margin-left: -1.375em; margin-right: 0; padding: 0; list-style: none; overflow: hidden; }

- ul.inline > li { list-style: none; float: left; margin-left: 1.375em; display: block; }

- ul.inline > li > * { display: block; }

- .unstyled dl dt { font-weight: normal; font-style: normal; }

- ol.arabic { list-style-type: decimal; }

- ol.decimal { list-style-type: decimal-leading-zero; }

- ol.loweralpha { list-style-type: lower-alpha; }

- ol.upperalpha { list-style-type: upper-alpha; }

- ol.lowerroman { list-style-type: lower-roman; }

- ol.upperroman { list-style-type: upper-roman; }

- ol.lowergreek { list-style-type: lower-greek; }

- .hdlist > table, .colist > table { border: 0; background: none; }

- .hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; }

- td.hdlist1 { padding-right: .75em; font-weight: bold; }

- td.hdlist1, td.hdlist2 { vertical-align: top; }

- .literalblock + .colist, .listingblock + .colist { margin-top: -0.5em; }

- .colist > table tr > td:first-of-type { padding: 0 .75em; line-height: 1; }

- .colist > table tr > td:last-of-type { padding: 0.25em 0; }

- .qanda > ol > li > p > em:only-child { color: #1d4b8f; }

- .thumb, .th { line-height: 0; display: inline-block; border: solid 4px white; -webkit-box-shadow: 0 0 0 1px #dddddd; box-shadow: 0 0 0 1px #dddddd; }

- .imageblock.left, .imageblock[style*="float: left"] { margin: 0.25em 0.625em 1.25em 0; }

- .imageblock.right, .imageblock[style*="float: right"] { margin: 0.25em 0 1.25em 0.625em; }

- .imageblock > .title { margin-bottom: 0; }

- .imageblock.thumb, .imageblock.th { border-width: 6px; }

- .imageblock.thumb > .title, .imageblock.th > .title { padding: 0 0.125em; }

- .image.left, .image.right { margin-top: 0.25em; margin-bottom: 0.25em; display: inline-block; line-height: 0; }

- .image.left { margin-right: 0.625em; }

- .image.right { margin-left: 0.625em; }

- a.image { text-decoration: none; }

- span.footnote, span.footnoteref { vertical-align: super; font-size: 0.875em; }

- span.footnote a, span.footnoteref a { text-decoration: none; }

- span.footnote a:active, span.footnoteref a:active { text-decoration: underline; }

- #footnotes { padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 0.625em; }

- #footnotes hr { width: 20%; min-width: 6.25em; margin: -.25em 0 .75em 0; border-width: 1px 0 0 0; }

- #footnotes .footnote { padding: 0 0.375em; line-height: 1.3; font-size: 0.875em; margin-left: 1.2em; text-indent: -1.2em; margin-bottom: .2em; }

- #footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; }

- #footnotes .footnote:last-of-type { margin-bottom: 0; }

- #content #footnotes { margin-top: -0.625em; margin-bottom: 0; padding: 0.75em 0; }

- .gist .file-data > table { border: none; background: #fff; width: 100%; margin-bottom: 0; }

- .gist .file-data > table td.line-data { width: 99%; }

- div.unbreakable { page-break-inside: avoid; }

- .replaceable { font-style: italic; font-color: inherit; font-family: inherit; }

- .parameter { font-style: italic; font-family: monospace; }

- .userinput { font-weight: bold; font-family: monospace; }

- .envar { font-weight: bold; font-family: monospace; font-size: 90%; }

- .sysitem { font-weight: bold; font-size: 90%; }

- .package { font-weight: bold; font-size: 90%; }

- .filename { font-weight: bold; font-style: italic; font-size: 90%; }

- .big { font-size: larger; }

- .small { font-size: smaller; }

- .underline { text-decoration: underline; }

- .overline { text-decoration: overline; }

- .line-through { text-decoration: line-through; }

- .aqua { color: #00bfbf; }

- .aqua-background { background-color: #00fafa; }

- .black { color: black; }

- .black-background { background-color: black; }

- .blue { color: #0000bf; }

- .blue-background { background-color: #0000fa; }

- .fuchsia { color: #bf00bf; }

- .fuchsia-background { background-color: #fa00fa; }

- .gray { color: #606060; }

- .gray-background { background-color: #7d7d7d; }

- .green { color: #006000; }

- .green-background { background-color: #007d00; }

- .lime { color: #00bf00; }

- .lime-background { background-color: #00fa00; }

- .maroon { color: #600000; }

- .maroon-background { background-color: #7d0000; }

- .navy { color: #000060; }

- .navy-background { background-color: #00007d; }

- .olive { color: #606000; }

- .olive-background { background-color: #7d7d00; }

- .purple { color: #600060; }

- .purple-background { background-color: #7d007d; }

- .red { color: #bf0000; }

- .red-background { background-color: #fa0000; }

- .silver { color: #909090; }

- .silver-background { background-color: #bcbcbc; }

- .teal { color: #006060; }

- .teal-background { background-color: #007d7d; }

- .white { color: #bfbfbf; }

- .white-background { background-color: #fafafa; }

- .yellow { color: #bfbf00; }

- .yellow-background { background-color: #fafa00; }

- span.icon > .fa { cursor: default; }

- .admonitionblock td.icon [class^="fa icon-"] { font-size: 2.5em; cursor: default; }

- .admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #4E9FDD; }

- .admonitionblock td.icon .icon-tip:before { content: "\f0eb"; color: #2C8596; }

- .admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #ec7a08; }

- .admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #ec7a08; }

- .admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #c00; }

- .conum[data-value] { display: inline-block; color: white !important; background-color: #333333; -webkit-border-radius: 100px; border-radius: 100px; text-align: center; width: 20px; height: 20px; font-size: 12px; line-height: 20px; font-family: "Open Sans", "Sans", sans-serif; font-style: normal; font-weight: bold; text-indent: -1px; }

- .conum[data-value] * { color: white !important; }

- .conum[data-value] + b { display: none; }

- .conum[data-value]:after { content: attr(data-value); }

- pre .conum[data-value] { position: relative; top: -2px; }

- b.conum * { color: inherit !important; }

- .conum:not([data-value]):empty { display: none; }

- .print-only { display: none !important; }

- @media print { @page { margin: 1.25cm 0.75cm; }

-   * { -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; }

-   a, a:visited { color: inherit !important; text-decoration: underline !important; }

-   a[href^="http:"]:after, a[href^="https:"]:after { content: " (" attr(href) ")"; }

-   a[href^="#"], a[href^="#"]:visited, a[href^="mailto:"], a[href^="mailto:"]:visited { text-decoration: none !important; }

-   abbr[title]:after { content: " (" attr(title) ")"; }

-   pre, blockquote { page-break-inside: avoid; }

-   code { color: #191919; }

-   thead { display: table-header-group; }

-   tr, img { page-break-inside: avoid; }

-   img { max-width: 100% !important; }

-   p { orphans: 3; widows: 3; }

-   h2, h3, #toctitle, .sidebarblock > .content > .title, #toctitle, .sidebarblock > .content > .title { page-break-after: avoid; }

-   #toc, .sidebarblock { background: none !important; }

-   #toc { border-bottom: 1px solid #d8d8d8 !important; padding-bottom: 0 !important; }

-   .sect1 { padding-bottom: 0 !important; }

-   .sect1 + .sect1 { border: none !important; }

-   body.book #header { text-align: center; }

-   body.book #header > h1 { border: none !important; margin: 2.5em 0 1em 0; padding: 0; }

-   body.book #header span { line-height: 1.6; }

-   body.book #header br { display: block; }

-   body.book #header br + span { padding-left: 0; }

-   body.book #header br + span:before { content: none !important; }

-   body.book #toc { border: none !important; text-align: left !important; padding: 0 !important; }

-   #footer { background: none !important; }

-   #footer-text { color: #333333 !important; }

-   .hide-on-print { display: none !important; }

-   .print-only { display: block !important; }

-   .hide-for-print { display: none !important; }

-   .show-for-print { display: inherit !important; } }

- 

- .corner-ribbon{

-   width: 16em;

-   background:  #3c6eb4 ;

-   position: absolute;

-   top: 3em;

-   right: -4em;

-   text-align: center;

-   line-height: 5ex;

-   color: #dedede;

-   transform: rotate(45deg);

-   -webkit-transform: rotate(45deg);

-   z-index: 999;

- }

- .corner-ribbon a { color: #FFFFFF; }

@@ -1,3 +0,0 @@ 

- <%- Dir.glob("_stylesheets/*").sort.each do |sheet| -%>

-   <link href="<%= File.join(css_path, File.basename(sheet)) %>" rel="stylesheet" />

- <%- end -%>

@@ -1,30 +0,0 @@ 

- <ul class="nav nav-sidebar">

-   <%- navigation.each.with_index do |topic_group, groupidx| -%>

-     <%- current_group = topic_group[:id] == group_id -%>

-     <%- if current_group -%>

-     <li class="nav-header">

-       <ul id="topicGroup<%= groupidx %>" class="collapse <%= current_group ? 'show' : '' %> list-unstyled">

-         <%- topic_group[:topics].each.with_index do |topic, topicidx| -%>

-           <%- if not topic.has_key?(:topics) -%>

-             <%- current_topic = current_group && (topic[:id] == topic_id) -%>

-             <li><a class="<%= current_topic ? ' active' : '' %>" href="<%= subtopic_shim %><%= topic[:path] %>"><%= topic[:name] %></a></li>

-           <%- else -%>

-             <%- current_subgroup = topic[:id] == subgroup_id -%>

-             <li class="nav-header">

-               <a class="" href="#" data-toggle="collapse" data-target="#topicSubGroup-<%= groupidx %>-<%= topicidx %>">

-                 <span id="sgSpan-<%= groupidx %>-<%= topicidx %>" class="fa <%= current_subgroup ? 'fa-caret-down' : 'fa-caret-right' %>"></span>&nbsp;<%= topic[:name] %>

-               </a>

-               <ul id="topicSubGroup-<%= groupidx %>-<%= topicidx %>" class="nav-tertiary list-unstyled collapse<%= current_subgroup ? ' show' : '' %>">

-                 <%- topic[:topics].each do |subtopic| -%>

-                   <%- current_subtopic = current_group && current_subgroup && (subtopic[:id] == topic_id) %>

-                   <li><a class="<%= current_subtopic ? ' active' : '' %>" href="<%= subtopic_shim %><%= subtopic[:path] %>"><%= subtopic[:name] %></a></li>

-                 <%- end -%>

-               </ul>

-             </li>

-           <%- end -%>

-         <%- end -%>

-       </ul>

-     </li>

-     <%- end -%>

-   <%- end -%>

- </ul>

file removed
-193
@@ -1,193 +0,0 @@ 

- <!DOCTYPE html>

- <html>

- <head>

-   <meta charset="utf-8">

-   <meta content="IE=edge" http-equiv="X-UA-Compatible">

-   <meta content="width=device-width, initial-scale=1.0" name="viewport">

-   <title><%= distro %> <%= version %> | <%= [group_title, subgroup_title, topic_title].compact.join(' | ') %></title>

- 

-   <!-- Bootstrap -->

-   <link href="https://apps.fedoraproject.org/global/fedora-bootstrap-1.1.1/fedora-bootstrap.min.css" rel="stylesheet">

- 

-   <link rel="stylesheet" href="https://apps.fedoraproject.org/global/fedora-bootstrap-fonts/open-sans.css">

- 

-   <%= render("_templates/_css.html.erb", :css_path => css_path) %>

- 

-    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->

-    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

-    <!--[if lt IE 9]>

-      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>

-      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>

-    <![endif]-->

- 

-   <link href="<%= File.join(images_path, "favicon32x32.png") %>" rel="shortcut icon" type="text/css">

-   <!--[if IE]><link rel="shortcut icon" href="<%= File.join(images_path, "favicon.ico") %>"><![endif]-->

-   <meta content="AsciiBinder" name="application-name">

- </head>

- <body>

-   <%- if version == "Rawhide" %>

-     <div class="corner-ribbon"><a href="https://pagure.io/fedora-docs/<%= repo_path.sub('/') {|s| "/blob/#{branch}/f/en-US/"} %>">Improve this Page</a></div>

-   <%- end %>

-   <div class="masthead" role="navigation">

-     <div class="container">

-       <div>

-         <a href="https://docs.fedoraproject.org/"><img height=40px alt="Fedora Documentation" src="<%= File.join(images_path, "docs_logo.png") %>"></a>

-       </div>

-       <!--<p class="toggle-nav visible-xs pull-left">

-       <button class="btn btn-default btn-sm" type="button" data-toggle="offcanvas">Toggle nav</button>

-     </p>-->

-     <nav aria-label="breadcrumb">

-       <ol class="breadcrumb mb-0">

-         <li class="breadcrumb-item active">

-           <a href="<%= site_home_path %>"><%= site_name %></a>

-         </li>

-         <li class="breadcrumb-item hidden-xs active">

-           <%= breadcrumb_root %>

-         </li>

-         <li class="breadcrumb-item hidden-xs active">

-           <%= breadcrumb_group %>

-         </li>

-         <%- if breadcrumb_subgroup -%>

-         <li class="breadcrumb-item hidden-xs active">

-         <%= breadcrumb_subgroup %>

-         </li>

-         <%- end -%>

-         <li class="breadcrumb-item hidden-xs active">

-           <%= breadcrumb_topic %>

-         </li>

-       </ol>

-     </nav>

-     </div>

-   </div>

-   <div class="bg-white">

-     <div class="container">

-       <div class="row">

-         <div class="col-xs-8 col-sm-3 col-md-3 py-4 docs-sidebar">

-         <%= render("_templates/_nav.html.erb", :navigation => navigation, :group_id => group_id, :topic_id => topic_id, :subgroup_id => subgroup_id, :subtopic_shim => subtopic_shim) %>

-         </div>

-         <div class="col-xs-12 col-sm-9 col-md-9 py-4 pl-4 docs-content">

-           <div class="page-header">

-             <h1><%= article_title %></h1>

-           </div>

-           <%= content %>

-         </div>

-       </div>

-     </div>

-   </div>

-   <div class="footer text-white pt-5" >

-       <div class="foot">

-           <div class="container">

-               <div class="row footerlinks">

-                   <div class="col-sm-3 col-xs-6 widget">

-                       <h3 class="widget-title">About</h3>

-                       <div class="widget-body">

-                           <dl>

-                               <dd><a href="https://fedoraproject.org/wiki/Overview">About Fedora</a></dd>

-                               <dd><a href="https://getfedora.org/en/sponsors">Sponsors</a></dd>

-                               <dd><a href="https://fedoramagazine.org">Fedora Magazine</a></dd>

- 		<dd><a href="https://fedoraproject.org/wiki/Legal:Main#Legal">Legal</a></dd>

-                           </dl>

-                           <ul class="list-inline">

-                           <li>

-                               <a href="https://www.facebook.com/TheFedoraProject" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a>

-                           </li>

-                           <li>

-                               <a href="https://plus.google.com/112917221531140868607" class="btn-social btn-outline"><i class="fa fa-fw fa-google-plus"></i></a>

-                           </li>

-                           <li>

-                               <a href="https://twitter.com/fedora" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>

-                           </li>

-                       </ul>

-                       </div>

-                   </div>

- 

-                   <div class="col-sm-3 col-xs-6 widget">

-                       <h3 class="widget-title uppercase">Download</h3>

-                       <div class="widget-body">

-                         <dl>

-                           <dd><a href="https://getfedora.org/en/workstation/download">Get Fedora Workstation</a></dd>

-                           <dd><a href="https://getfedora.org/en/server/download">Get Fedora Server</a></dd>

-                           <dd><a href="https://getfedora.org/en/atomic/download">Get Fedora Atomic</a></dd>

-                           <dd><a href="https://spins.fedoraproject.org">Fedora Spins</a></dd>

-                           <dd><a href="https://labs.fedoraproject.org">Fedora Labs</a></dd>

-                           <dd><a href="https://arm.fedoraproject.org">Fedora ARM<span class="sup">&reg;</span></a></dd>

-                           <dd><a href="https://alt.fedoraproject.org/">Alternative Downloads</a></dd>

- 

-                       </dl>

-                       </div>

-                   </div>

- 

-                   <div class="col-sm-3 col-xs-6 widget">

-                       <h3 class="widget-title">Support</h3>

-                       <div class="widget-body">

-                           <dl>

-                               <dd><a href="https://fedoraproject.org/wiki/Communicating_and_getting_help">Get Help</a></dd>

-                               <dd><a href="https://ask.fedoraproject.org/">Ask Fedora</a></dd>

-                               <dd><a href="https://fedoraproject.org/wiki/Common_F27_bugs">Common Bugs</a></dd>

-                               <dd><a href="https://developer.fedoraproject.org/">Fedora Developer Portal</a></dd>

-                               <dd><a href="https://docs.fedoraproject.org/f27/install-guide/index.html">Installation Guide</a></dd>

-                           </dl>

-                       </div>

-                   </div>

- 

-                   <div class="col-sm-3 col-xs-6 widget">

-                       <h3 class="widget-title">Join</h3>

-                       <div class="widget-body">

-                           <dl>

-                               <dd><a href="https://fedoraproject.org/wiki/Join">Join Fedora</a></dd>

-                               <dd><a href="http://fedoraplanet.org">Planet Fedora</a></dd>

-                               <dd><a href="https://fedoraproject.org/wiki/SIGs">Fedora SIGs</a></dd>

-                               <dd><a href="https://admin.fedoraproject.org/accounts/">Fedora Account System</a></dd>

-                               <dd><a href="https://fedoracommunity.org/">Fedora Community</a></dd>

-                           </dl>

-                       </div>

-                   </div>

-               </div> <!-- /row of widgets -->

- 

-               <div class="row">

-                   <div class="col-md-2">

-                       <div class="widget-body">

-                           <a href="https://www.redhat.com/"><img class="rh-logo" src="<%= File.join(images_path, "redhat-logo.png") %>" alt="Red Hat Logo" /></a>

-                       </div>

-                   </div>

-                   <div class="col-md-7">

-                       <div class="widget-body">

-                           <p class="sponsor">Fedora is sponsored by Red Hat.</p>

-                           <p class="sponsor"><a href="https://www.redhat.com/en/technologies/linux-platforms/articles/relationship-between-fedora-and-rhel">Learn more about the relationship between Red Hat and Fedora &raquo;</a></p>

-                           <p class="copy">&copy; 2017 Red Hat, Inc. and others. Please send any comments or corrections to the <a href="https://pagure.io/fedora-docs/docs-fp-o">documentation team</a></p>

-                       </div>

-                   </div>

-                 </div> <!-- /row of widgets -->

- 

-             </div>

-         </div>

-     </div>

-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->

-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>

-    <!-- Latest compiled and minified JavaScript -->

-    <script src="https://apps.fedoraproject.org/global/fedora-bootstrap-1.1.1/fedora-bootstrap.min.js"></script>

-    <script type="text/javascript">

-       /*<![CDATA[*/

-       $(document).ready(function() {

-         $("[id^='topicGroup']").on('show.bs.collapse', function (event) {

-           if (!($(event.target).attr('id').match(/^topicSubGroup/))) {

-             $(this).parent().find("[id^='tgSpan']").toggleClass("fa-angle-right fa-angle-down");

-           }

-         });

-         $("[id^='topicGroup']").on('hide.bs.collapse', function (event) {

-           if (!($(event.target).attr('id').match(/^topicSubGroup/))) {

-             $(this).parent().find("[id^='tgSpan']").toggleClass("fa-angle-right fa-angle-down");

-           }

-         });

-         $("[id^='topicSubGroup']").on('show.bs.collapse', function () {

-           $(this).parent().find("[id^='sgSpan']").toggleClass("fa-caret-right fa-caret-down");

-         });

-         $("[id^='topicSubGroup']").on('hide.bs.collapse', function () {

-           $(this).parent().find("[id^='sgSpan']").toggleClass("fa-caret-right fa-caret-down");

-         });

-       });

-       /*]]>*/

-    

-   </script>

- </body>

- </html>

file removed
-37
@@ -1,37 +0,0 @@ 

- # This configuration file dictates the organization of the topic groups and

- # topics on the main page of the doc site for this branch. Each record

- # consists of the following:

- #

- # ---                                  <= Record delimiter

- # Name:  Origin of the Species          <= Display name of topic group

- # Dir:  origin_of_the_species          <= Directory name of topic group

- # Topics:

- #   - Name:  The Majestic Marmoset      <= Topic name

- #     File:  the_majestic_marmoset      <= Topic file under group dir +/- 

- #   - Name:  The Curious Crocodile      <= Topic 2 name

- #     File:  the_curious_crocodile      <= Topic 2 file

- #   - Name:  The Numerous Nematodes     <= Sub-topic group name

- #     Dir: the_numerous_nematodes      <= Sub-topic group dir

- #     Topics:

- #       - Name:  The Wily Worm          <= Sub-topic name

- #         File:  the_wily_worm          <= Sub-topic file under <group dir>/<subtopic dir>

- #       - Name:  The Acrobatic Ascarid  <= Sub-topic 2 name

- #         File:  the_acrobatic_ascarid  <= Sub-topic 2 file under <group dir>/<subtopic dir>

- #

- # The ordering of the records in this document determines the ordering of the

- # topic groups and topics on the main page.

- ---

- Name:  Community Operations (CommOps)

- Dir: docs

- Topics:

-   - Name: About CommOps

-     File: commops

-   - Name: How to contribute

-     Dir: contribute

-     Topics: 

-       - Name: Join CommOps

-         File: join

-       - Name: Make first steps

-         File: first-steps

-   - Name: Community Blog

-     File: community-blog

file added
+16
@@ -0,0 +1,16 @@ 

+ #!/bin/sh

+ 

+ if [ "$(uname)" == "Darwin" ]; then

+     # Running on macOS.

+     # Let's assume that the user has the Docker CE installed

+     # which doesn't require a root password.

+     docker run --rm -it -v $(pwd):/antora antora/antora --html-url-extension-style=indexify site.yml

+ 

+ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then

+     # Running on Linux.

+     # Let's assume that it's running the Docker deamon

+     # which requires root.

+     echo ""

+     echo "This build script is using Docker to run the build in an isolated environment. You might be asked for a root password in order to start it."

+ sudo docker run --rm -it -v $(pwd):/antora:z antora/antora --html-url-extension-style=indexify site.yml

+ fi

file added
+16
@@ -0,0 +1,16 @@ 

+ # Name will be mostly visible in the URL. Treat it as an indentifier.

+ # Tip: If you want to use the local preview scripts that come with this repository, please change this value in the site.yml file as well. (under site/start_page)

+ name: commops

+ 

+ # Title will be visible on the page. 

+ title: CommOps

+ 

+ # If you don't plan to have multiple versions of the docs (for example, to document multiple versions of some software), you can ignore this field. Otherwise, change "master" to a specific version.

+ version: master

+ 

+ # We encourage you to name the index page as "index.adoc". If you absolutely have to use a different name, please reflect it here. You can ignore this field otherwise. 

+ start_page: ROOT:index

+ 

+ # This lists all the menu definitions of your component.

+ nav:

+ - modules/ROOT/nav.adoc

file renamed
file was moved with no change to the file
@@ -0,0 +1,4 @@ 

+ * How to contribute

+ ** xref:contribute/join.adoc[Join CommOps]

+ ** xref:contribute/first-steps.adoc[Make first steps]

+ * xref:community-blog.adoc[Community Blog]

file renamed
file was moved with no change to the file
file renamed
+1 -1
@@ -1,4 +1,4 @@ 

- include::docs/attributes.adoc[]

+ include::{partialsdir}/attributes.adoc[]

  

  = Community Blog

  

docs/modules/ROOT/pages/contribute/first-steps.adoc docs/contribute/first-steps.adoc
file renamed
+1 -1
@@ -1,4 +1,4 @@ 

- include::docs/attributes.adoc[]

+ include::{partialsdir}/attributes.adoc[]

  

  = Make your first steps in Fedora

  

file renamed
+1 -1
@@ -1,4 +1,4 @@ 

- include::docs/attributes.adoc[]

+ include::{partialsdir}/attributes.adoc[]

  

  = Join Community Operations

  

file renamed
+1 -1
@@ -1,4 +1,4 @@ 

- include::docs/attributes.adoc[]

+ include::{partialsdir}/attributes.adoc[]

  

  = Fedora Community Operations (CommOps)

  

file removed
-138
@@ -1,138 +0,0 @@ 

- <!DOCTYPE html>

- <html lang="en">

-   <head>

-     <meta charset="utf-8">

-     <meta http-equiv="X-UA-Compatible" content="IE=edge">

-     <meta name="viewport" content="width=device-width, initial-scale=1">

-     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->

- 

-     <title>Fedora Information Website</title>

- 

-     <!-- Bootstrap -->

-     <link rel="stylesheet" href="_stylesheets/asciibinder.css">

-     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">

-     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">

- 

-     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->

-     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

-     <!--[if lt IE 9]>

-       <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>

-       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>

-     <![endif]-->

-   </head>

-   <body>

-     <div class="container">

-       <div class="row">

-         <div class="page-header">

-           <img src="_images/fedora.svg" class="img-responsive" />

-         </div>

-       </div>

-       <div class="row">

-         <div class="col-md-8">

-           <h4><strong>Fedora Information Site</strong></h4>

-           <p>Test Build.</p>

-         </div>

-         <div class="col-md-4">

-           <h5><strong>Fedora Information</strong></h5>

-           <div class="list-group">

-             <a href="master/docs/index.html" class="list-group-item">

-               &nbsp;Master Documentation

-             </a>

-           </div>

-         </div>

-       </div>

-     </div>

-     <div id="bottom" class="text-muted py-3" >

-         <div class="foot">

-             <div class="container">

-                 <div class="row footerlinks">

-                     <div class="col-sm-3 col-xs-6 widget">

-                         <h3 class="widget-title">About</h3>

-                         <div class="widget-body">

-                             <dl>

-                                 <dd><a href="https://fedoraproject.org/wiki/Overview">About Fedora</a></dd>

-                                 <dd><a href="https://getfedora.org/en/sponsors">Sponsors</a></dd>

-                                 <dd><a href="https://fedoramagazine.org">Fedora Magazine</a></dd>

- 				<dd><a href="https:https://fedoraproject.org/wiki/Legal:Main#Legal">Legal</a></dd>

-                             </dl>

-                             <ul class="list-inline">

-                             <li>

-                                 <a href="https:https://www.facebook.com/TheFedoraProject" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a>

-                             </li>

-                             <li>

-                                 <a href="https:https://plus.google.com/112917221531140868607" class="btn-social btn-outline"><i class="fa fa-fw fa-google-plus"></i></a>

-                             </li>

-                             <li>

-                                 <a href="https:https://twitter.com/fedora" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>

-                             </li>

-                         </ul>

-                         </div>

-                     </div>

- 

-                     <div class="col-sm-3 col-xs-6 widget">

-                         <h3 class="widget-title uppercase">Download</h3>

-                         <div class="widget-body">

-                           <dl>

-                             <dd><a href="https://getfedora.org/en/workstation/download">Get Fedora Workstation</a></dd>

-                             <dd><a href="https://getfedora.org/en/server/download">Get Fedora Server</a></dd>

-                             <dd><a href="https://getfedora.org/en/atomic/download">Get Fedora Atomic</a></dd>

-                             <dd><a href="https://spins.fedoraproject.org">Fedora Spins</a></dd>

-                             <dd><a href="https://labs.fedoraproject.org">Fedora Labs</a></dd>

-                             <dd><a href="https://arm.fedoraproject.org">Fedora ARM<span class="sup">&reg;</span></a></dd>

-                             <dd><a href="https://alt.fedoraproject.org/">Alternative Downloads</a></dd>

- 

-                         </dl>

-                         </div>

-                     </div>

- 

-                     <div class="col-sm-3 col-xs-6 widget">

-                         <h3 class="widget-title">Support</h3>

-                         <div class="widget-body">

-                             <dl>

-                                 <dd><a href="https://fedoraproject.org/wiki/Communicating_and_getting_help">Get Help</a></dd>

-                                 <dd><a href="https://ask.fedoraproject.org/">Ask Fedora</a></dd>

-                                 <dd><a href="https://fedoraproject.org/wiki/Common_F${global_variables.release['curr_id']}_bugs">Common Bugs</a></dd>

-                                 <dd><a href="https://developer.fedoraproject.org/">Fedora Developer Portal</a></dd>

-                                 <dd><a href="https://docs.fedoraproject.org/en-US/Fedora/${global_variables.release['curr_id']}/html/Installation_Guide">Installation Guide</a></dd>

-                             </dl>

-                         </div>

-                     </div>

- 

-                     <div class="col-sm-3 col-xs-6 widget">

-                         <h3 class="widget-title">Join</h3>

-                         <div class="widget-body">

-                             <dl>

-                                 <dd><a href="https://fedoraproject.org/wiki/Join">Join Fedora</a></dd>

-                                 <dd><a href="http://fedoraplanet.org">Planet Fedora</a></dd>

-                                 <dd><a href="https://fedoraproject.org/wiki/SIGs">Fedora SIGs</a></dd>

-                                 <dd><a href="https://admin.fedoraproject.org/accounts/">Fedora Account System</a></dd>

-                                 <dd><a href="http://fedoracommunity.org/">Fedora Community</a></dd>

-                             </dl>

-                         </div>

-                     </div>

-                 </div> <!-- /row of widgets -->

- 

-                 <div class="row">

-                     <div class="col-md-2">

-                         <div class="widget-body">

-                             <a href="http://www.redhat.com/"><img class="rh-logo" src="_images/redhat-logo.png" alt="Red Hat Logo" /></a>

-                         </div>

-                     </div>

-                     <div class="col-md-7">

-                         <div class="widget-body">

-                             <p class="sponsor">Fedora is sponsored by Red Hat.</p>

-                             <p class="sponsor"><a href="https://www.redhat.com/en/technologies/linux-platforms/articles/relationship-between-fedora-and-rhel">Learn more about the relationship between Red Hat and Fedora &raquo;</a></p>

-                             <p class="copy">&copy; 2017 Red Hat, Inc. and others. Please send any comments or corrections to the <a href="https://fedorahosted.org/fedora-websites/">websites team</a></p>

-                         </div>

-                     </div>

-                 </div> <!-- /row of widgets -->

- 

-             </div>

-         </div>

-     </div>

-     <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->

-     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>

-     <!-- Include all compiled plugins (below), or include individual files as needed -->

-     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>

-   </body>

- </html>

file added
+18
@@ -0,0 +1,18 @@ 

+ #!/bin/sh

+ 

+ if [ "$(uname)" == "Darwin" ]; then

+     # Running on macOS.

+     # Let's assume that the user has the Docker CE installed

+     # which doesn't require a root password.

+     echo "The preview will be available at http://localhost:8080/"

+     docker run --rm -v $(pwd)/public:/usr/share/nginx/html:ro -p 8080:80 nginx

+ 

+ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then

+     # Running on Linux.

+     # Let's assume that it's running the Docker deamon

+     # which requires root.

+     echo ""

+     echo "This build script is using Docker to run the build in an isolated environment. You might be asked for a root password in order to start it."

+     echo "The preview will be available at http://localhost:8080/"

+     sudo docker run --rm -v $(pwd)/public:/usr/share/nginx/html:ro -p 8080:80 nginx

+ fi

file added
+21
@@ -0,0 +1,21 @@ 

+ site: 

+   title: Local Preview

+   start_page: commops::index

+ content:

+   sources:

+    - url: .

+      branches: HEAD

+      start_path: docs

+ ui:

+   bundle:

+     url: https://asamalik.fedorapeople.org/ui-bundle.zip

+     snapshot: true

+   default_layout: with_menu

+ output: 

+   clean: true 

+   dir: ./public

+   destinations: 

+   - provider: archive 

+ runtime:

+   pull: true

+   cache_dir: ./cache

Converting the structure of this repository so it can be consumed by the new build engine. This is related to the Antora migration happening this weekend: https://pagure.io/fedora-docs/docs-fp-o/issue/77

Content covered by this PR can be previewed in staging:

No actual content has been changed, only the new structure. Please merge this PR by the end of Sunday 29 July.

@asamalik Thanks for this! I happened to notice some of the internal linking is broken in the staging instance. For example, if you go to this section and click on the "Join CommOps" panda, it redirects you to a broken page. Also not sure about the Community Blog link in this section.

I wanted to ask since I'm not what the best future-facing fix is for cross-linking between pages. I remember there was some uncertainty about this at the 2018 Docs FAD too, but if possible, I'd prefer if you could take a look at some of the cross-linked content and make sure it will work in the new method.

Pull-Request has been merged by bex

5 years ago

@bex @asamalik I didn't want to merge this yet. Any thoughts on the above? ^^

@jflory7 I fixed those links in the latest patch, but it isn't on stage yet. See this commit: https://pagure.io/fedora-commops/c/c372bf9c4e5721a17cd607c16f27fe12a633f642?branch=master

@bex Excellent – thanks for the clarification and quick fix. :thumbsup:

just pushed to staging, it'll take a few minutes before it appears there