diff options
-rw-r--r-- | index.html | 28 | ||||
-rw-r--r-- | installation.md | 6 |
2 files changed, 18 insertions, 16 deletions
@@ -1,5 +1,6 @@ --- title: sourcehut docs +toc: false --- <p> @@ -14,7 +15,7 @@ dt { } </style> <div class="event-row event-list"> - <div class="event"> + <div class="col-md-6 event"> <h3 id="start-here">Start here!</h3> <p> New here? We have some great tutorials to introduce you to the site. @@ -26,7 +27,7 @@ dt { </span> </a> </div> - <div class="event"> + <div class="col-md-6 event"> <h3 id="general-documentation">General documentation</h3> <p> Information on billing, terms of service, privacy policy, and so on. @@ -38,7 +39,7 @@ dt { </span> </a> </div> - <div class="event"> + <div class="col-md-6 event"> <h3 id="getting-help">Getting help</h3> <p> Need support? There are several resources available to you. @@ -50,7 +51,7 @@ dt { </span> </a> </div> - <div class="event"> + <div class="col-md-6 event"> <h3 id="developers-amp-admins">Developers & admins</h3> <p> Hacking on or deploying sourcehut yourself? Resources here. @@ -77,7 +78,7 @@ dt { </p> <h3 id="service-documentation">Service Documentation</h3> <dl class="row"> - <div class="col-md-6"> + <div class="col-md-4"> <dt> <strong>git.sr.ht</strong>: git hosting </dt> @@ -87,7 +88,7 @@ dt { <a href="/git.sr.ht/api.md">API Reference</a> </dd> </div> - <div class="col-md-6"> + <div class="col-md-4"> <dt> <strong>hg.sr.ht</strong>: mercurial hosting </dt> @@ -95,7 +96,7 @@ dt { <a href="/hg.sr.ht">User Manual</a> </dd> </div> - <div class="col-md-6"> + <div class="col-md-4"> <dt> <strong>builds.sr.ht</strong>: build service </dt> @@ -105,7 +106,7 @@ dt { <a href="/builds.sr.ht/api.md">API Reference</a> </dd> </div> - <div class="col-md-6"> + <div class="col-md-4"> <dt> <strong>todo.sr.ht</strong>: bug tracking </dt> @@ -115,7 +116,7 @@ dt { <a href="/todo.sr.ht/api.md">API Reference</a> </dd> </div> - <div class="col-md-6"> + <div class="col-md-4"> <dt> <strong>lists.sr.ht</strong>: mailing lists </dt> @@ -124,9 +125,8 @@ dt { — <a href="/lists.sr.ht/api.md">API Reference</a> </dd> - </dd> </div> - <div class="col-md-6"> + <div class="col-md-4"> <dt> <strong>man.sr.ht</strong>: manual & wikis </dt> @@ -134,7 +134,7 @@ dt { <a href="/man.sr.ht">User Manual</a> </dd> </div> - <div class="col-md-6"> + <div class="col-md-4"> <dt> <strong>dispatch.sr.ht</strong>: task automation </dt> @@ -142,7 +142,7 @@ dt { <a href="/dispatch.sr.ht">User Manual</a> </dd> </div> - <div class="col-md-6"> + <div class="col-md-4"> <dt> <strong>meta.sr.ht</strong>: account & security </dt> @@ -152,7 +152,7 @@ dt { <a href="/meta.sr.ht/api.md">API Reference</a> </dd> </div> - <div class="col-md-6"> + <div class="col-md-4"> <dt> <strong>paste.sr.ht</strong>: ad-hoc text file hosting </dt> diff --git a/installation.md b/installation.md index a33e99c..93ce600 100644 --- a/installation.md +++ b/installation.md @@ -3,8 +3,10 @@ title: Installation --- Installation of sr.ht web services uses a mostly consistent procedure across the -network. Specific details to each service are available on each service's -installation page: +network. + +Specific details to each service are available on each service's installation +page: - [builds.sr.ht](/builds.sr.ht/installation.md) - [dispatch.sr.ht](/todo.sr.ht/installation.md) |