mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-27 15:07:53 +02:00
2 bug fixes (#98)
* Merge fix * Updating lock file. * Bug fix for rss feed truncation... * Fixes infinite recursive loop for #89 * Removed use of module cache invalidator from feed.js * Replaced 'latest' babel presets with 'env' * Ignore temp build folder * Adding back new truncation logic for RSS * Updating yarn lock
This commit is contained in:
parent
f26db92a46
commit
3b5db4bbf8
10 changed files with 507 additions and 433 deletions
|
@ -24,10 +24,10 @@ const siteConfig = {
|
|||
baseUrl: "/test-site/" /* base url for your project */,
|
||||
projectName: "test-site",
|
||||
headerLinks: [
|
||||
{doc: "doc1", label: "Docs"},
|
||||
{doc: "doc4", label: "API"},
|
||||
{page: "help", label: "Help"},
|
||||
{blog: true, label: "Blog"}
|
||||
{ doc: "doc1", label: "Docs" },
|
||||
{ doc: "doc4", label: "API" },
|
||||
{ page: "help", label: "Help" },
|
||||
{ blog: true, label: "Blog" }
|
||||
],
|
||||
users,
|
||||
/* path to images for header/footer */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue