2020-09-20 09:15:36 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
title: 'macOS defaults'
|
|
|
|
description: 'Uncomplete list of macOS defaults commands with demos ✨'
|
|
|
|
evergreen: true
|
|
|
|
plugins:
|
|
|
|
- '@vuepress/medium-zoom'
|
2020-09-13 20:03:53 +00:00
|
|
|
locales:
|
|
|
|
{{# languages }}
|
|
|
|
{{ url }}:
|
|
|
|
lang: '{{ lang }}'
|
|
|
|
{{/ languages }}
|
2020-09-20 09:15:36 +00:00
|
|
|
themeConfig:
|
|
|
|
repo: 'yannbertrand/macos-defaults'
|
2020-09-13 20:03:53 +00:00
|
|
|
locales:
|
|
|
|
{{# languages }}
|
|
|
|
{{ url }}:
|
|
|
|
nav:
|
|
|
|
- text: '{{ home }}'
|
|
|
|
link: '{{ url }}'
|
|
|
|
activeHeaderLinks: false
|
|
|
|
sidebar:
|
|
|
|
- title: '{{ home }}'
|
|
|
|
path: '{{ url }}'
|
|
|
|
{{# defaults.categories }}
|
|
|
|
- title: {{{ name }}}
|
|
|
|
collapsable: false
|
|
|
|
path: '{{ ../url }}{{ folder }}/'
|
|
|
|
children:
|
|
|
|
{{# keys }}
|
|
|
|
- '{{ ../../url }}{{ ../folder }}/{{ key }}'
|
|
|
|
{{/ keys}}
|
|
|
|
{{/ defaults.categories }}
|
|
|
|
{{/ languages }}
|