Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/getting-started/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
+++
sort_by = "weight"
+++

# Getting started

This tutorial walks you through building a complete site with Zorto, from installation to production build.
Expand Down
4 changes: 0 additions & 4 deletions docs/getting-started/first-site.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
+++
weight = 30
+++

# Next steps

Now that you have a working site, here are some directions to explore.
Expand Down
4 changes: 0 additions & 4 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
+++
weight = 10
+++

# Installation

Zorto runs on macOS and Linux. Windows support is available via WSL.
Expand Down
4 changes: 0 additions & 4 deletions docs/getting-started/quick-start.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
+++
weight = 20
+++

# Your first site

By the end of this tutorial you will have a working site with:
Expand Down
1 change: 1 addition & 0 deletions website/templates/docs-section.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ <h3>Reference</h3>
</div>
{%- else %}
{# Sub-section page: show sidebar with only this section's pages #}
{# Keep this tutorial order stable for released site builders that sort imported docs by title. #}
{% set is_getting_started = section.path == "/docs/getting-started/" %}
<div class="docs-layout">
<aside class="docs-sidebar">
Expand Down
Loading