mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-17 06:53:10 +00:00
26 lines
513 B
Handlebars
26 lines
513 B
Handlebars
|
---
|
||
|
|
||
|
title: 'macOS defaults'
|
||
|
description: 'Uncomplete list of macOS defaults commands with demos ✨'
|
||
|
evergreen: true
|
||
|
plugins:
|
||
|
- '@vuepress/medium-zoom'
|
||
|
themeConfig:
|
||
|
repo: 'yannbertrand/macos-defaults'
|
||
|
nav:
|
||
|
- text: 'Home'
|
||
|
link: '/'
|
||
|
activeHeaderLinks: false
|
||
|
sidebar:
|
||
|
- title: 'Home'
|
||
|
path: '/'
|
||
|
{{# categories }}
|
||
|
- title: {{ name }}
|
||
|
collapsable: false
|
||
|
path: '/{{ folder }}/'
|
||
|
children:
|
||
|
{{# keys }}
|
||
|
- '{{ ../folder }}/{{ key }}'
|
||
|
{{/ keys}}
|
||
|
{{/ categories }}
|