github.com/coveo/gotemplate@v2.7.7+incompatible/docs/_data/navigation.yml (about) 1 # Belongs at: /_data/navigation.yml 2 3 - title: Home 4 url: /index 5 6 - title: Complete functions list 7 url: /functions_long 8 9 - title: Usage 10 url: /usage_long 11 sublinks: 12 - title: Arithmetic 13 url: /doc_test/arithmetic 14 - title: Assignation 15 url: /doc_test/assignation 16 - title: Collections 17 url: /doc_test/collections 18 - title: Comments 19 url: /doc_test/comments 20 - title: Conditionals 21 url: /doc_test/conditionals 22 - title: Data 23 url: /doc_test/data 24 - title: Functions 25 url: /doc_test/functions 26 - title: Literals 27 url: /doc_test/literals 28 - title: OS commands 29 url: /doc_test/os-commands 30 - title: Single lines 31 url: /doc_test/single-lines 32 - title: Templates 33 url: /doc_test/templates 34 - title: Sprig (External) 35 url: http://masterminds.github.io/sprig/ 36 full: true