github.com/uchennaokeke444/nomad@v0.11.8/website/data/intro-navigation.js (about) 1 // The root folder for this documentation category is `pages/intro` 2 // 3 // - A string refers to the name of a file 4 // - A "category" value refers to the name of a directory 5 // - All directories must have an "index.mdx" file to serve as 6 // the landing page for the category 7 8 export default [ 9 'use-cases', 10 'who-uses-nomad', 11 { category: 'vs', content: ['kubernetes', 'ecs', 'mesos', 'terraform'] }, 12 { 13 category: 'getting-started', 14 content: ['running', 'jobs', 'cluster', 'ui', 'next-steps'] 15 } 16 ]