mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
feat(v2): official CodeSandbox support (#3717)
* feat:added support for codesandbox * added sandbox config file * feat:added script to generate template for codesandbox * added examples:generate script to package.json file * added failing path to eslintignore * added script to eslintignore * added cleaning feature to script * deleted sandbox script in root * changed comment in codesandboxscript file * update codesandboxscript.js + revert bad package.json changes * eslint should check codesandboxscript Co-authored-by: slorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
5f20200661
commit
bb33f54ba8
81 changed files with 34788 additions and 0 deletions
15
examples/bootstrap/blog/2020-04-14-blog-plugin.md
Normal file
15
examples/bootstrap/blog/2020-04-14-blog-plugin.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Blog Plugin
|
||||
author: Fanny Vieira
|
||||
authorTitle: Maintainer of Docusaurus
|
||||
authorURL: https://github.com/fanny
|
||||
authorImageURL: https://github.com/fanny.png
|
||||
authorTwitter: fannyvieiira
|
||||
tags: [blog, docusaurus]
|
||||
---
|
||||
|
||||
You can use our blog plugin to do your posts
|
||||
|
||||
<!--truncate-->
|
||||
|
||||
If you want add your own component, you can use the `swizzle` command. Check more at our [doc](https://v2.docusaurus.io/docs/using-themes#swizzling-theme-components)
|
Loading…
Add table
Add a link
Reference in a new issue