Skip to content

Commit

Permalink
Add playground to top nav (microsoft#3536)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBroner committed Sep 4, 2020
1 parent f657a0f commit dc52eb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ menu:
- name: "Community"
url: "/community/"
weight: -40
- name: "Playground"
url: "/playground/"
weight: -40

docs:
- identifier: "get-started"
Expand Down
3 changes: 2 additions & 1 deletion docs/layouts/page/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{{ define "main" }}
{{ partial "navbarSticky.html" . }}

<h2>This body is replaced when storybook is inject here.</h2>
<h2>This body is replaced when Storybook is injected during the build process.</h2>
<p>To learn more about the Fluid & Storybook, you can go to <a href="https://github.com/microsoft/FluidStorybook">https://github.com/microsoft/FluidStorybook</a></p>

{{ block "footer" . -}}{{ end }}
{{- partial "analytics.html" . }}
Expand Down

0 comments on commit dc52eb7

Please sign in to comment.