Giter Club home page Giter Club logo

Comments (6)

weareoutman avatar weareoutman commented on July 22, 2024

Currently, there is a workaround for you, set indexPages: true in plugin options, and then the docs will be parsed as ad-hoc pages. However, It has some minor regression for the search index, such as headings are not distinguished with content.

I'll dig it deeper for a better solution when i have time.

from docusaurus-search-local.

Lulech23 avatar Lulech23 commented on July 22, 2024

I tried setting indexPages: true before based on the theory that it'd work as you described, but unfortunately I still didn't get any search results from docs.

Thanks for investigating a better solution!

from docusaurus-search-local.

weareoutman avatar weareoutman commented on July 22, 2024

Hi @Lulech23 , I just tried and indexPages: true seems work with docs: { routeBasePath: "/" }. See my testing site: https://weareoutman.github.io/my-docs-only-website/ .

Make sure you're using the latest version of this plugin.

from docusaurus-search-local.

zxuqian avatar zxuqian commented on July 22, 2024

I have the similar problem. My docusaurus site is set to blog-only mode, which blog posts are under root path. The blogs are not indexed by the plugin, but if I set indexPages to true, blogs are indexed, but all the tags pages are indexed too, and I don't want them. Any solutions for this?

from docusaurus-search-local.

 avatar commented on July 22, 2024
  presets: [
    [
      '@docusaurus/preset-classic',
      {
        docs: {
          sidebarPath: require.resolve('./sidebars.js'),
          routeBasePath: '/',
          ...
        },
        theme: {
          customCss: require.resolve('./src/css/custom.css'),
        },
      },
    ],
  ],
  plugins: [
    [
      require.resolve("@easyops-cn/docusaurus-search-local"),
      {
        hashed: true,
        docsRouteBasePath: ['/'],
        indexBlog: false,
      },
    ],
  ],

Did anyone make it work to get indexed docs dir with routeBasePath = /?

from docusaurus-search-local.

weareoutman avatar weareoutman commented on July 22, 2024

try "@easyops-cn/docusaurus-search-local": "^0.19.1"

from docusaurus-search-local.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.