mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-16 14:42:32 +00:00
551a2158f5
Co-authored-by: Franck Abgrall <abgrallkefran@gmail.com>
25 lines
513 B
Handlebars
25 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 }}
|