4 <div class="container">
8 BookStack - Created By <a href="https://danb.me" title="danb.me" target="_blank" rel="noopener">Dan Brown</a> and developed with the <a href="https://github.com/BookStackApp/BookStack/graphs/contributors" target="_blank" rel="noopener">community</a>.
10 <!-- Thanks to <a href="https://www.browserstack.com/" target="_blank">BrowserStack</a> for providing easy cross-browser testing. <br> -->
11 Page generated with <a href="https://gohugo.io">hugo</a>, Site source can be found <a href="https://github.com/BookStackApp/website" rel="noopener" target="_blank">here on GitHub</a>.
14 <div class="col-lg-8 col-md-9 menu">
15 <a href="{{.Site.BaseURL}}docs"><span class="icon" aria-hidden="true">{{partial "icon/book.svg"}}</span>Documentation</a>
16 <a href="{{.Site.BaseURL}}#features"><span class="icon" aria-hidden="true">{{partial "icon/star.svg"}}</span>Features</a>
17 <a href="{{.Site.BaseURL}}#demo"><span class="icon" aria-hidden="true">{{partial "icon/touch_app.svg"}}</span>Demo</a>
18 <a href="https://github.com/BookStackApp/BookStack" target="_blank"><span class="icon" aria-hidden="true">{{partial "icon/github.svg"}}</span>Github</a>
19 <a href="https://discord.gg/ztkBqR2" target="_blank"><span class="icon" aria-hidden="true">{{partial "icon/discord.svg"}}</span>Discord</a>
20 <a href="https://twitter.com/bookstack_app" target="_blank"><span class="icon" aria-hidden="true">{{partial "icon/twitter.svg"}}</span>Twitter</a>
21 <a href="{{.Site.BaseURL}}blog" target="_blank"><span class="icon" aria-hidden="true">{{partial "icon/rss_feed.svg"}}</span>Blog</a>
25 <div class="col-md-6">
26 <p class="text-small">
28 {{ range first 1 ( where .Site.Pages "Section" "blog") }}
29 <a href="{{.Permalink}}">{{ .Title }}</a>
32 <a href="/about/confluence-alternative">BookStack: A Confluence Alternative</a>
35 <div class="col-md-6 text-right">
36 <iframe src="https://github.com/sponsors/ssddanbrown/button" title="Sponsor ssddanbrown" height="35" width="116" style="border: 0;margin-top: 1rem;" loading="lazy"></iframe>
39 <p class="text-small">
40 This website uses a self-hosted instance of <a href="https://plausible.io/" target="_blank" rel="noreferrer">Plausible</a> for analytics.
41 Our site stats can <a href="https://analytics.bookstackapp.com/bookstackapp.com" target="_blank" rel="noreferrer">be viewed here</a>.
43 We also use <a href="https://www.meilisearch.com/" target="_blank" rel="noreferrer">MeiliSearch</a> for providing better search.
49 <script src="{{.Site.BaseURL}}libs/docs-searchbar.min.js"></script>
51 if (document.querySelector('.doc-search-input') !== null) {
53 hostUrl: 'https://search.bookstackapp.com',
54 apiKey: '9ea2b6fd2a41f5243f741746d5281b7ff85451d51f4d50a270426a6dd430156d',
56 inputSelector: '.doc-search-input',
57 debug: false, // Set debug to true if you want to inspect the dropdown
62 <script src="{{.Site.BaseURL}}libs/codemirror/codemirror.min.js"></script>
63 <script src="{{.Site.BaseURL}}libs/codemirror/modes.js"></script>
64 <script src="{{.Site.BaseURL}}js/script.js"></script>