Merge pull request #273 from danielcompton/add-api-link

Add link to API documentation
This commit is contained in:
Matthew Jaoudi 2016-12-06 11:38:08 -08:00 committed by GitHub
commit 34ca28dff7
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@
[:li.brand [link {:href index-page} "Reagent:"]]
[:li [link {:href index-page} "Intro"]]
[:li [link {:href news/url} "News"]]
[:li>a github "GitHub"]]
[:li>a github "GitHub"]
[:li [link {:href "http://blog.ducky.io/reagent-docs/index.html"} "API"]]]
[:div @test-results]
[tools/main-content]
[github-badge]])