mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 11:47:23 +02: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 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
/** @type {import('@docusaurus/types').DocusaurusConfig} */
|
||||
module.exports = {
|
||||
title: 'My Site',
|
||||
tagline: 'The tagline of my site',
|
||||
|
|
Loading…
Add table
Reference in a new issue