From 917cb7be4569a81f780766ca52fefa4eb2ceeb75 Mon Sep 17 00:00:00 2001 From: Bruno Skvorc Date: Wed, 3 Apr 2019 13:58:21 +0200 Subject: [PATCH] Updated some content --- source/_data/sidebar.yml | 6 +++++- themes/navy/languages/en.yml | 4 ++++ themes/navy/layout/partial/footer.swig | 8 ++++---- themes/navy/layout/partial/header-nav.swig | 6 +++--- themes/navy/layout/partial/header.swig | 6 +++--- themes/navy/source/scss/sidebar.scss | 8 ++++++-- 6 files changed, 25 insertions(+), 13 deletions(-) diff --git a/source/_data/sidebar.yml b/source/_data/sidebar.yml index a5fbc33..82d725a 100644 --- a/source/_data/sidebar.yml +++ b/source/_data/sidebar.yml @@ -4,7 +4,11 @@ docs: building: building.html # milestones: milestones.html design: design.html - team: team.html + # team: team.html faq: faq.html contributor_guide: contributor_guide.html + Guides: + Testnet 0: t0.html + Testnet 1: t1.html + Custom Testnet: custom-nimbus-testnet.html \ No newline at end of file diff --git a/themes/navy/languages/en.yml b/themes/navy/languages/en.yml index fc6ab95..8c8694a 100644 --- a/themes/navy/languages/en.yml +++ b/themes/navy/languages/en.yml @@ -30,3 +30,7 @@ sidebar: team: Team options: Beyond the Basics contributor_guide: Contributor Guide + Testnet 0: Testnet 0 + Testnet 1: Testnet 1 + Custom Testnet: Custom Testnet + Guides: Guides diff --git a/themes/navy/layout/partial/footer.swig b/themes/navy/layout/partial/footer.swig index 5bbd984..15e6630 100644 --- a/themes/navy/layout/partial/footer.swig +++ b/themes/navy/layout/partial/footer.swig @@ -7,9 +7,9 @@ @@ -18,7 +18,7 @@ diff --git a/themes/navy/layout/partial/header-nav.swig b/themes/navy/layout/partial/header-nav.swig index 06f5249..7d189c6 100644 --- a/themes/navy/layout/partial/header-nav.swig +++ b/themes/navy/layout/partial/header-nav.swig @@ -1,9 +1,9 @@ \ No newline at end of file diff --git a/themes/navy/layout/partial/header.swig b/themes/navy/layout/partial/header.swig index d9333ad..1b8ae5f 100644 --- a/themes/navy/layout/partial/header.swig +++ b/themes/navy/layout/partial/header.swig @@ -1,6 +1,6 @@
- + {{ partial('partial/header-nav') }}
@@ -10,11 +10,11 @@
- +
  • Blog
  • -
  • Docs
  • +
  • Docs
  • Projects
      diff --git a/themes/navy/source/scss/sidebar.scss b/themes/navy/source/scss/sidebar.scss index fb488b8..510e3fe 100644 --- a/themes/navy/source/scss/sidebar.scss +++ b/themes/navy/source/scss/sidebar.scss @@ -9,7 +9,7 @@ $sidebar-width: 30%; display: none; } strong { - display: none; + // display: none; } } } @@ -17,7 +17,7 @@ $sidebar-width: 30%; .sidebar-title { margin-top: 40px; padding: 10px 0; - font-family: font-title; + // font-family: font-title; font-weight: bold; color: color-title; display: inline-block; @@ -25,6 +25,10 @@ $sidebar-width: 30%; line-height: 1; } +.sidebar-title:first-child { + margin-top: 0; +} + .sidebar-link { border-radius: 23.5px; font-size: 15px;