155f40e5e4
* Add frontmatter to docs files (prep to move) * Move docs into position for website migration * Migrate website from netlify-cms-www Some modifications, including most of the changes in https://github.com/netlify/netlify-cms-www/pull/58 (previously reverted). Also updated the readme and added hugo-bin for quicker onboarding of new docs contributors. * Remove netlify.toml This allows separate build commands for cms-demo and netlifycms.org. * Remove website/netlify.toml May re-add later, but it's not doing anything for now. * Remove unused content file
26 lines
1.0 KiB
HTML
Executable File
26 lines
1.0 KiB
HTML
Executable File
<footer>
|
|
<p class="contained"><a href="https://github.com/netlify/netlify-cms/blob/master/LICENSE" class="text-link">Distributed under MIT License</a> ·
|
|
<a href="https://github.com/netlify/netlify-cms/blob/master/CODE_OF_CONDUCT.md" class="text-link">Code of Conduct</a></p>
|
|
</footer>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
|
{{ if or (eq .Section "docs") (eq .Title "Docs") }}
|
|
<script src="/jquery.scrollTo.min.js"></script>
|
|
<script src="/jquery.localScroll.min.js"></script>
|
|
<script src="/prism.js"></script>
|
|
{{ end }}
|
|
{{ if eq .Title "Community" }}
|
|
<script src="/moment.min.js"></script>
|
|
{{ end }}
|
|
<script src="/app.js"></script>
|
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
|
|
<script type="text/javascript"> docsearch({
|
|
apiKey: '08d03dc80862e84c70c5a1e769b13019',
|
|
indexName: 'netlifycms',
|
|
inputSelector: '.algolia-search',
|
|
debug: false // Set debug to true if you want to inspect the dropdown
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|