mirror of
https://github.com/go-task/task.git
synced 2026-06-30 16:14:19 +00:00
feat: docusaurus v3 (#1432)
* feat: docusaurus v3 * feat: update release tool to stop it from converting links - this is now done use mdx plugins * fix: broken links * feat: more github links and prettier config * chore: changelog * fix: blog emoji
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
const darkTheme = require('prism-react-renderer/themes/vsDark/index.cjs.js');
|
||||
import { themes } from 'prism-react-renderer';
|
||||
|
||||
module.exports = {
|
||||
export default {
|
||||
plain: {
|
||||
color: '#D4D4D4',
|
||||
backgroundColor: '#212121'
|
||||
},
|
||||
styles: [
|
||||
...darkTheme.styles,
|
||||
...themes.vsDark.styles,
|
||||
{
|
||||
types: ['title'],
|
||||
style: {
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
const lightTheme = require('prism-react-renderer/themes/github/index.cjs.js');
|
||||
import { themes } from 'prism-react-renderer';
|
||||
|
||||
module.exports = {
|
||||
...lightTheme,
|
||||
export default {
|
||||
...themes.vsLight,
|
||||
styles: [
|
||||
...lightTheme.styles,
|
||||
...themes.vsLight.styles,
|
||||
{
|
||||
types: ['title'],
|
||||
style: {
|
||||
|
||||
Reference in New Issue
Block a user