You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -125,8 +125,7 @@ The `docs-content` class (the `.` means this is a class) is the main container o
125
125
126
126
Every searchable `lvl` elements outside this main documentation container (for instance, in a sidebar) must be `global` selectors. They will be globally picked up and injected to every document built from your page.
127
127
128
-
If your website is a VuePress application, you can check out the [config file](https://github.com/meilisearch/documentation/blob/master/.vuepress/docs-scraper/docs-scraper.config.json) we use in production.<br>
129
-
In our case, the main container is `theme-default-content` and the selector the titles and sub-titles are `h1`, `h2`...
128
+
You can also check out the [config file](https://github.com/meilisearch/documentation/blob/main/docs-scraper.config.json) we use in production for our own documentation site.<br>
130
129
131
130
💡 _To better understand the selectors, go to [this section](#more-about-the-selectors)._
0 commit comments