📝 Add deprecation notices for Docsify, Docusaurus & VuePress builds

This commit is contained in:
Yann Bertrand 2022-08-17 11:07:32 +02:00
parent 6506ddba5a
commit 41fee77db8
6 changed files with 61 additions and 58 deletions

View file

@ -1,6 +1,6 @@
# docsify Build
![Docsify build status](https://api.netlify.com/api/v1/badges/8af81039-12cc-4080-a434-d8f162d5c416/deploy-status)
:warning: Docsify build is not maintained anymore. Please note we were using Docsify@4.12.2 at the time.
## My opinion

View file

@ -1,6 +1,6 @@
# Docusaurus Build
![Docusaurus build status](https://api.netlify.com/api/v1/badges/92522518-2bcc-4086-8926-6c3534666011/deploy-status)
:warning: Docusaurus build is not maintained anymore. Please note we were using Docusaurus@1.14.7 at the time.
## My opinion

View file

@ -1,6 +1,6 @@
# GitHub Build
![GitHub build status](https://github.com/yannbertrand/macos-defaults/workflows/Build%20GitHub/badge.svg)
:warning: GitHub build is not maintained anymore.
Instead of building a website, I wanted to try constructing GitHub readmes linked from one to the other.
As the project is simple, I thought it could be a decent choice.

57
build/readme.md Normal file
View file

@ -0,0 +1,57 @@
# macOS-defaults builder 🤖
:warning: This is not maintained anymore. We now only build the production website. The sources may stay in the repo as old examples.
Compare Static Site Generators by automatically building websites from [this yaml file](../defaults.yml) content 🏗.
It used to build to:
<table>
<tr align="center">
<td><strong><a href="https://github.com/yannbertrand/macos-defaults/tree/current">GitHub Flavored Markdown</a></strong></td>
<td><strong><a href="https://macos-defaults-vuepress.netlify.com/">VuePress</a></strong></td>
<td><strong><a href="https://macos-defaults-docusaurus.netlify.com/docs/">Docusaurus</a></strong></td>
<td><strong><a href="https://macos-defaults-docsify.netlify.com/">docsify</a></strong></td>
</tr>
<tr align="center">
<td width="25%">
<a href="https://github.com/yannbertrand/macos-defaults/tree/current"><img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" alt=""></a>
</td>
<td width="25%">
<a href="https://macos-defaults-vuepress.netlify.com/"><img src="https://vuepress.vuejs.org/hero.png" alt=""></a>
</td>
<td width="25%">
<a href="https://macos-defaults-docusaurus.netlify.com/docs/"><img src="https://docusaurus.io/img/docusaurus.svg" alt=""></a>
</td>
<td width="25%">
<a href="https://macos-defaults-docsify.netlify.com/"><img src="https://docsify.js.org/_media/icon.svg" alt=""></a>
</td>
</tr>
<tr align="center">
<td>latest</td>
<td>1.9.1</td>
<td>1.14.7</td>
<td>latest</td>
</tr>
</table>
## Features
:warning: This section is not up to date. Please note the version used for comparison above.
/ | [GitHub](https://github.github.com/gfm/) | [VuePress](https://vuepress.vuejs.org/) | [Docusaurus](https://docusaurus.io/) | [docsify](https://docsify.js.org/#/)
--: | :-: | :-: | :-: | :-:
**Stars ⭐️** | N/A | [![](https://img.shields.io/github/stars/vuejs/vuepress?label=&color=yellow)](https://github.com/vuejs/vuepress) | [![](https://img.shields.io/github/stars/facebook/docusaurus?label=&color=yellow)](https://github.com/facebook/Docusaurus) | [![](https://img.shields.io/github/stars/docsifyjs/docsify?label=&color=yellow)](https://github.com/docsifyjs/docsify)
**No JS needed** | ✅ | ✅ | ✅ | ❌
**Code highlight** | ✅<br>[docs](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting) | ✅<br>[docs](https://vuepress.vuejs.org/guide/markdown.html#syntax-highlighting-in-code-blocks)<br>([Prism.js](https://prismjs.com/)) | ✅<br>[docs](https://docusaurus.io/docs/en/doc-markdown#syntax-highlighting)<br>([Highlight.js](https://highlightjs.org/)) | ✅<br>[docs](https://docsify.js.org/#/language-highlight?id=language-highlight)<br>(plugin [Prism.js](https://prismjs.com/))
**Search** | ✅ | ✅ | ❌ | ✅<br>([plugin](https://docsify.js.org/#/plugins?id=full-text-search))
**Video support** | ❌ | ✅ | ✅ | ✅
**Official themes** | 1 | 1 | 1 | 4
**Netlify build time** | N/A | 57s | 1m 1s | 38s
**Click to copy code** | ❌ | ❌ | ❌ | ✅<br>([plugin](https://docsify.js.org/#/plugins?id=copy-to-clipboard))
**Category page** | ✅ | ✅ | ❌ | ✅
**Default port** | N/A | 8080 | 3000 | 3000
## How does it work?
- See [GitHub's build detail](./github/#readme)
- See [VuePress' build detail](./vuepress/#readme)
- See [Docusaurus' build detail](./docusaurus/#readme)
- See [Docsify's build detail](./docsify/#readme)

View file

@ -1,6 +1,6 @@
# VuePress Build
![VuePress build status](https://api.netlify.com/api/v1/badges/e73b1f35-9442-45e1-b7b4-6eed2b102a9c/deploy-status)
:warning: VuePress build is not maintained anymore. Please note we were using VuePress@1.9.1 at the time.
## My opinion

View file

@ -52,60 +52,6 @@ Using this [bash script](diff.sh) (`bash ./diff.sh`), you'll be able to find out
After you find the key with your options, simply run `defaults find ${keyname}` to find the domain it is saved in.
# macOS-defaults builder 🤖
> Compare Static Site Generators by automatically building websites from [this yaml file](./defaults.yml) content 🏗.
It currently builds to:
<table>
<tr align="center">
<td><strong><a href="https://github.com/yannbertrand/macos-defaults/tree/current">GitHub Flavored Markdown</a></strong></td>
<td><strong><a href="https://macos-defaults-vuepress.netlify.com/">VuePress</a></strong></td>
<td><strong><a href="https://macos-defaults-docusaurus.netlify.com/docs/">Docusaurus</a></strong></td>
<td><strong><a href="https://macos-defaults-docsify.netlify.com/">docsify</a></strong></td>
</tr>
<tr align="center">
<td width="25%">
<a href="https://github.com/yannbertrand/macos-defaults/tree/current"><img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" alt=""></a>
</td>
<td width="25%">
<a href="https://macos-defaults-vuepress.netlify.com/"><img src="https://vuepress.vuejs.org/hero.png" alt=""></a>
</td>
<td width="25%">
<a href="https://macos-defaults-docusaurus.netlify.com/docs/"><img src="https://docusaurus.io/img/docusaurus.svg" alt=""></a>
</td>
<td width="25%">
<a href="https://macos-defaults-docsify.netlify.com/"><img src="https://docsify.js.org/_media/icon.svg" alt=""></a>
</td>
</tr>
<tr align="center">
<td>latest</td>
<td>1.6.0</td>
<td>1.14.6</td>
<td>latest</td>
</tr>
</table>
## Features
/ | [GitHub](https://github.github.com/gfm/) | [VuePress](https://vuepress.vuejs.org/) | [Docusaurus](https://docusaurus.io/) | [docsify](https://docsify.js.org/#/)
--: | :-: | :-: | :-: | :-:
**Stars ⭐️** | N/A | [![](https://img.shields.io/github/stars/vuejs/vuepress?label=&color=yellow)](https://github.com/vuejs/vuepress) | [![](https://img.shields.io/github/stars/facebook/docusaurus?label=&color=yellow)](https://github.com/facebook/Docusaurus) | [![](https://img.shields.io/github/stars/docsifyjs/docsify?label=&color=yellow)](https://github.com/docsifyjs/docsify)
**No JS needed** | ✅ | ✅ | ✅ | ❌
**Code highlight** | ✅<br>[docs](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting) | ✅<br>[docs](https://vuepress.vuejs.org/guide/markdown.html#syntax-highlighting-in-code-blocks)<br>([Prism.js](https://prismjs.com/)) | ✅<br>[docs](https://docusaurus.io/docs/en/doc-markdown#syntax-highlighting)<br>([Highlight.js](https://highlightjs.org/)) | ✅<br>[docs](https://docsify.js.org/#/language-highlight?id=language-highlight)<br>(plugin [Prism.js](https://prismjs.com/))
**Search** | ✅ | ✅ | ❌ | ✅<br>([plugin](https://docsify.js.org/#/plugins?id=full-text-search))
**Video support** | ❌ | ✅ | ✅ | ✅
**Official themes** | 1 | 1 | 1 | 4
**Netlify build time** | N/A | 57s | 1m 1s | 38s
**Click to copy code** | ❌ | ❌ | ❌ | ✅<br>([plugin](https://docsify.js.org/#/plugins?id=copy-to-clipboard))
**Category page** | ✅ | ✅ | ❌ | ✅
**Default port** | N/A | 8080 | 3000 | 3000
## How does it work?
- See [GitHub's build detail](./build/github/#readme) [![GitHub build status](https://github.com/yannbertrand/macos-defaults/workflows/Build%20GitHub/badge.svg)](https://github.com/yannbertrand/macos-defaults/tree/current)
- See [VuePress' build detail](./build/vuepress/#readme) [![VuePress build status](https://img.shields.io/netlify/e73b1f35-9442-45e1-b7b4-6eed2b102a9c)](https://macos-defaults-vuepress.netlify.app/)
- See [Docusaurus' build detail](./build/docusaurus/#readme) [![Docusaurus build status](https://img.shields.io/netlify/92522518-2bcc-4086-8926-6c3534666011)](https://macos-defaults-docusaurus.netlify.app/)
- See [Docsify's build detail](./build/docsify/#readme) [![Docsify build status](https://img.shields.io/netlify/8af81039-12cc-4080-a434-d8f162d5c416)](https://macos-defaults-docsify.netlify.app/)
# macOS-defaults recorder 📷
> Programmatically record a Mac screen with a predefined list of actions 📹.