79553956

Date: 2025-04-03 20:27:44
Score: 5.5
Natty:
Report link

Are these instructions still accurate?

This part seems to be ok:

  presets: [
    [
      'classic',
      ({
        docs: {
          routeBasePath: '/',
          sidebarPath: './sidebars.js',
          // Please change this to your repo.
          // Remove this to remove the "edit this page" links.
          editUrl:
            'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
        },

But then things bork out on the first line with blog: false,:

blog: false, { //Error under the left curly brace "property assignment expected"
          showReadingTime: true,
          feedOptions: {
            type: ['rss', 'atom'],
            xslt: true,
          },

I'm new to Docusaurus, but not static site generators. I just want a site with docs only. Thanks for any advice.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks for any advice
  • RegEx Blacklisted phrase (1.5): I'm new
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Joe