mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 05:12:52 +00:00
feat(v2): improve templates, use JSDoc type annotation, improve `docusaurus.config.js` autocompletion (#4098)
Co-authored-by: LittleboyHarry <LittleboyHarry@users.noreply.github.com>
This commit is contained in:
parent
66a5d0a70a
commit
70a775f954
|
|
@ -1,3 +1,4 @@
|
|||
/** @type {import('@docusaurus/types').DocusaurusConfig} */
|
||||
module.exports = {
|
||||
title: 'My Site',
|
||||
tagline: 'The tagline of my site',
|
||||
|
|
|
|||
Loading…
Reference in New Issue