mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-16 14:42:32 +00:00
82 lines
3.7 KiB
Text
82 lines
3.7 KiB
Text
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`write-homepage no categories should write an empty readme.md file using the home template 1`] = `
|
||
|
"# macOS \`defaults\` list
|
||
|
Uncomplete list of macOS \`defaults\` commands with demos ✨
|
||
|
|
||
|
## 💻 Commands
|
||
|
## 🤔 How do I add a command?
|
||
|
Please update [this file](https://github.com/yannbertrand/macos-defaults/blob/master/defaults.yml) that I use to [build multiple websites](https://github.com/yannbertrand/macos-defaults/#readme) like this one.
|
||
|
|
||
|
## ❤️ I like this website, how can I build the same?
|
||
|
Thank you! I built it using [docsify](https://docsify.js.org/). Take a look at [my report](https://github.com/yannbertrand/macos-defaults/tree/master/build/docsify#readme) if you want to use it.
|
||
|
"
|
||
|
`;
|
||
|
|
||
|
exports[`write-homepage one category, no page should write a readme.md file using the home template 1`] = `
|
||
|
"# macOS \`defaults\` list
|
||
|
Uncomplete list of macOS \`defaults\` commands with demos ✨
|
||
|
|
||
|
## 💻 Commands
|
||
|
### Category
|
||
|
|
||
|
## 🤔 How do I add a command?
|
||
|
Please update [this file](https://github.com/yannbertrand/macos-defaults/blob/master/defaults.yml) that I use to [build multiple websites](https://github.com/yannbertrand/macos-defaults/#readme) like this one.
|
||
|
|
||
|
## ❤️ I like this website, how can I build the same?
|
||
|
Thank you! I built it using [docsify](https://docsify.js.org/). Take a look at [my report](https://github.com/yannbertrand/macos-defaults/tree/master/build/docsify#readme) if you want to use it.
|
||
|
"
|
||
|
`;
|
||
|
|
||
|
exports[`write-homepage one category, one page should write a readme.md file using the home template 1`] = `
|
||
|
"# macOS \`defaults\` list
|
||
|
Uncomplete list of macOS \`defaults\` commands with demos ✨
|
||
|
|
||
|
## 💻 Commands
|
||
|
### Category
|
||
|
- [Page](category/page)
|
||
|
|
||
|
## 🤔 How do I add a command?
|
||
|
Please update [this file](https://github.com/yannbertrand/macos-defaults/blob/master/defaults.yml) that I use to [build multiple websites](https://github.com/yannbertrand/macos-defaults/#readme) like this one.
|
||
|
|
||
|
## ❤️ I like this website, how can I build the same?
|
||
|
Thank you! I built it using [docsify](https://docsify.js.org/). Take a look at [my report](https://github.com/yannbertrand/macos-defaults/tree/master/build/docsify#readme) if you want to use it.
|
||
|
"
|
||
|
`;
|
||
|
|
||
|
exports[`write-homepage one category, two pages should write a readme.md file using the home template 1`] = `
|
||
|
"# macOS \`defaults\` list
|
||
|
Uncomplete list of macOS \`defaults\` commands with demos ✨
|
||
|
|
||
|
## 💻 Commands
|
||
|
### Category
|
||
|
- [Page 1](category/page1)
|
||
|
- [Page 2](category/page2)
|
||
|
|
||
|
## 🤔 How do I add a command?
|
||
|
Please update [this file](https://github.com/yannbertrand/macos-defaults/blob/master/defaults.yml) that I use to [build multiple websites](https://github.com/yannbertrand/macos-defaults/#readme) like this one.
|
||
|
|
||
|
## ❤️ I like this website, how can I build the same?
|
||
|
Thank you! I built it using [docsify](https://docsify.js.org/). Take a look at [my report](https://github.com/yannbertrand/macos-defaults/tree/master/build/docsify#readme) if you want to use it.
|
||
|
"
|
||
|
`;
|
||
|
|
||
|
exports[`write-homepage two categories, one page in each should write a readme.md file using the home template 1`] = `
|
||
|
"# macOS \`defaults\` list
|
||
|
Uncomplete list of macOS \`defaults\` commands with demos ✨
|
||
|
|
||
|
## 💻 Commands
|
||
|
### Category 1
|
||
|
- [Page](category1/page)
|
||
|
|
||
|
### Category 2
|
||
|
- [Page](category2/page)
|
||
|
|
||
|
## 🤔 How do I add a command?
|
||
|
Please update [this file](https://github.com/yannbertrand/macos-defaults/blob/master/defaults.yml) that I use to [build multiple websites](https://github.com/yannbertrand/macos-defaults/#readme) like this one.
|
||
|
|
||
|
## ❤️ I like this website, how can I build the same?
|
||
|
Thank you! I built it using [docsify](https://docsify.js.org/). Take a look at [my report](https://github.com/yannbertrand/macos-defaults/tree/master/build/docsify#readme) if you want to use it.
|
||
|
"
|
||
|
`;
|