chore(v2): update changelog

This commit is contained in:
endiliey 2019-07-14 17:32:48 +07:00
parent 281f02279f
commit 568d9fd7dd
7 changed files with 13 additions and 6 deletions

View file

@ -3,8 +3,6 @@ id: configuration
title: Configuration
---
<!-- Goal: To explain the intention and best practices for configurations -->
Docusaurus has a unique take on configurations. We encourage you to congregate information of your site into one place. We will guard the fields of this file, and facilitate making this data object accessible across your site.
Keeping a well-maintained `docusaurus.config.js` helps you, your collaborators, and your open source contributors be able to focus on documentation while still being able to easily customize fields.

View file

@ -1,6 +1,7 @@
---
id: introduction
title: Introduction
description: Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly.
---
#### :warning: Disclaimers

View file

@ -1,6 +1,7 @@
---
id: markdown-features
title: Markdown Features
description: Docusaurus uses GitHub Flavored Markdown (GFM). Find out more about Docusaurus-specific features when writing Markdown.
---
<!--

View file

@ -1,6 +1,7 @@
---
id: motivation
title: Motivation
description: Motivation of Docusaurus
---
#### References

View file

@ -1,6 +1,7 @@
---
id: styling-layout
title: Styling and Layout
description: A Docusaurus site is a pre-rendered single-page React application. You can style it the way you style React apps.
---
## Traditional CSS

View file

@ -1,10 +1,9 @@
---
id: using-plugins
title: Using Plugins
description: A plugin is a package that exports a class which can be instantiated with configurable options (provided by the user) and its various lifecycle methods will be invoked by the Docusaurus runtime.
---
<!-- A plugin is a package that exports a class which can be instantiated with configurable options (provided by the user) and its various lifecycle methods will be invoked by the Docusaurus runtime. -->
Plugins are the building blocks which add features to a Docusaurus 2 site. Each plugin handles its own individual feature. Plugins may work be bundled together and distributed via [presets](advanced-presets.md).
Docusaurus 2 provides a few essential plugins such as [Google Analytics](advanced-plugins.md#docusaurusplugin-google-analytics) and [Sitemap](advanced-plugins.md#docusaurusplugin-sitemap). You may also write your own plugins for customized features.