mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-09 22:32:53 +02:00
fix(v1): versioned_docs and skip-next-release relative path issue by adding versioned_source to metadata (#3429)
This commit is contained in:
parent
94527b0b62
commit
d280176806
7 changed files with 32 additions and 8 deletions
|
@ -105,6 +105,7 @@ describe('mdToHtmlify', () => {
|
|||
id: 'subdir-doc3',
|
||||
title: 'Document 3',
|
||||
source: 'subdir/doc3.md',
|
||||
versioned_source: 'subdir/doc3.md',
|
||||
permalink: 'docs/subdir/doc3.html',
|
||||
language: 'en',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue