mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-24 14:36:59 +02:00
docs: release process, versioning, breaking changes, public API surface (#7706)
Co-authored-by: Paul O’Shannessy <paul@oshannessy.com> Co-authored-by: Joshua Chen <sidachen2003@gmail.com> Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
parent
9788944df4
commit
f913af0d69
4 changed files with 248 additions and 1 deletions
|
@ -6,6 +6,10 @@
|
|||
*/
|
||||
|
||||
// APIs available to Node.js
|
||||
// Those are undocumented but used by some third-party plugins
|
||||
// For this reason it's preferable to avoid doing breaking changes
|
||||
// See also https://github.com/facebook/docusaurus/pull/6477
|
||||
|
||||
export {
|
||||
CURRENT_VERSION_NAME,
|
||||
VERSIONED_DOCS_DIR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue