mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 09:19:16 +02:00
chore(v2): update changelog
This commit is contained in:
parent
281f02279f
commit
568d9fd7dd
7 changed files with 13 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
---
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
id: motivation
|
||||
title: Motivation
|
||||
description: Motivation of Docusaurus
|
||||
---
|
||||
|
||||
#### References
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue