forked from jaywcjlove/awesome-mac
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathidoc.yml
More file actions
36 lines (30 loc) · 1.14 KB
/
idoc.yml
File metadata and controls
36 lines (30 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
site: Awesome Mac
description: This repo is a collection of awesome Mac applications and tools for developers and designers.
keywords: mac,osx,app,softwares,applications,mac softwares,awesome mac,free softwares,Freeware
favicon: ./logo.svg
logo: ./logo.svg
dir: ./doc
menus:
Home: index.html
Recommended:
url: https://github.com/jaywcjlove/awesome-mac/issues
target: __blank
Link failure Report:
url: https://github.com/jaywcjlove/awesome-mac/issues
target: __blank
sideEffectFiles:
- README-zh.md
- editor-plugin.md
- editor-plugin-zh.md
- command-line-apps.md
- command-line-apps-zh.md
footer: |
This work is licensed under a <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br>
Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v{{idocVersion}}
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SFKVKE1QRF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SFKVKE1QRF');
</script>