mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
feat(docs,theme-classic): docs breadcrumbs (#6517)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
67918e35e2
commit
3629b5ab39
16 changed files with 341 additions and 1 deletions
|
@ -242,6 +242,7 @@ exports[`simple website content 5`] = `
|
|||
Object {
|
||||
"pluginName": Object {
|
||||
"pluginId": Object {
|
||||
"breadcrumbs": true,
|
||||
"path": "/docs",
|
||||
"versions": Array [
|
||||
Object {
|
||||
|
@ -955,6 +956,7 @@ exports[`simple website content: global data 1`] = `
|
|||
Object {
|
||||
"pluginName": Object {
|
||||
"pluginId": Object {
|
||||
"breadcrumbs": true,
|
||||
"path": "/docs",
|
||||
"versions": Array [
|
||||
Object {
|
||||
|
@ -2411,6 +2413,7 @@ exports[`versioned website (community) content: global data 1`] = `
|
|||
Object {
|
||||
"pluginName": Object {
|
||||
"pluginId": Object {
|
||||
"breadcrumbs": true,
|
||||
"path": "/community",
|
||||
"versions": Array [
|
||||
Object {
|
||||
|
@ -3450,6 +3453,7 @@ exports[`versioned website content: global data 1`] = `
|
|||
Object {
|
||||
"pluginName": Object {
|
||||
"pluginId": Object {
|
||||
"breadcrumbs": true,
|
||||
"path": "/docs",
|
||||
"versions": Array [
|
||||
Object {
|
||||
|
|
|
@ -56,6 +56,7 @@ describe('normalizeDocsPluginOptions', () => {
|
|||
rehypePlugins: [markdownPluginsFunctionStub],
|
||||
beforeDefaultRehypePlugins: [],
|
||||
beforeDefaultRemarkPlugins: [],
|
||||
breadcrumbs: true,
|
||||
showLastUpdateTime: true,
|
||||
showLastUpdateAuthor: true,
|
||||
admonitions: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue