diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html index 84a9e176..b4cb86d9 100644 --- a/docs/documentation/components/navbar.html +++ b/docs/documentation/components/navbar.html @@ -14,6 +14,69 @@ meta: variables: true --- +{% capture navbar_basic_example %} + +{% endcapture %} + {% capture navbar_example %} {% include examples/navbar.html id="Default" %} {% endcapture %} @@ -594,6 +657,20 @@ $(document).ready(function() { +{% include elements/anchor.html name="Basic Navbar" %} + +
+

+ To get started quickly, here is what a complete basic navbar looks like: +

+
+ +
+ {{ navbar_basic_example }} +
+ +{% highlight html %}{{ navbar_basic_example }}{% endhighlight %} + {% include elements/anchor.html name="Navbar brand" %}
diff --git a/docs/test.html b/docs/test.html deleted file mode 100644 index 0a653934..00000000 --- a/docs/test.html +++ /dev/null @@ -1,41 +0,0 @@ ---- ---- - - - - - - - - Bulma test page - - - - - - - - - {% include global/navbar.html %} - {% include index/focus.html %} - - - - - - - - -