Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 856 Bytes

index.md

File metadata and controls

34 lines (30 loc) · 856 Bytes

Guides

<script> import pages from '@temp/pages' export default { computed: { intro() { return this.sortByCategories( pages.filter(p => p.path.indexOf('/guides/intro-to-mojo/') >= 0) ) }, }, methods: { sortByCategories(pages) { return pages.sort((a, b) => a.frontmatter.categories.localeCompare(b.frontmatter.categories)) }, } } </script>

Intro to Mojo

This guide is in the early stages, feedback welcome on Github

Chapter Description
{{ chapter.frontmatter.categories }} {{ chapter.frontmatter.usage }}