diff --git a/docs/api-doc-markdown.md b/docs/api-doc-markdown.md index e92e4a812824..8226344d72c1 100644 --- a/docs/api-doc-markdown.md +++ b/docs/api-doc-markdown.md @@ -210,7 +210,7 @@ You can find the full list of supported themes in the Highlight.js [`styles`](ht ### Registering additional languages -While Highlight.js provides support for [many popular languages out of the box](https://highlightjs.org/static/demo/), you may find the need to register additional language support. For these cases, we provide an escape valve by exposing the `hljs` constant as part of the `highlight` config key. This in turn allows you to call [`registerLanguage`](http://highlightjs.readthedocs.io/en/latest/api.html#registerlanguage-name-language): +While Highlight.js provides support for [many popular languages out of the box](https://highlightjs.org/static/demo/), you may find the need to register additional language support. For these cases, we provide an escape valve by exposing the `hljs` constant as part of the `highlight` config key. This, in turn, allows you to call [`registerLanguage`](http://highlightjs.readthedocs.io/en/latest/api.html#registerlanguage-name-language): ```js { diff --git a/docs/guides-blog.md b/docs/guides-blog.md index f96e2c8bd718..c70eafaa92a4 100644 --- a/docs/guides-blog.md +++ b/docs/guides-blog.md @@ -96,7 +96,7 @@ blogSidebarTitle: { default: 'Recent posts', all: 'All blog posts' }, Docusaurus provides an RSS feed for your blog posts. Both RSS and Atom feed formats are supported. This data is automatically added to your website page's HTML `
` tag. -A summary of the post's text is provided in the RSS feed up to the ``. If no `` tag is found, then all text up to 250 characters is used. +A summary of the post's text is provided in the RSS feed up to the ``. If no `` tag is found, then all text up to 250 characters are used. ## Social Buttons diff --git a/docs/guides-navigation.md b/docs/guides-navigation.md index bcd4524c33ee..3b2f2ad14ff3 100644 --- a/docs/guides-navigation.md +++ b/docs/guides-navigation.md @@ -42,7 +42,7 @@ You configure the contents of the sidebar, and the order of its documents, in th > Until you add your document to `website/sidebars.json`, they will only be accessible via a direct URL. The doc will not show up in any sidebar. -Within `sidebars.json`, add the `id` you used in the document header to existing sidebar/category. In the below case, `docs` is the name of the sidebar and `Getting Started` is a category within the sidebar. +Within `sidebars.json`, add the `id` you used in the document header to the existing sidebar/category. In the below case, `docs` is the name of the sidebar and `Getting Started` is a category within the sidebar. ```js { @@ -234,7 +234,7 @@ If search is enabled on your site, your search bar will appear to the right of y ### Languages Dropdown -If translations are enabled on your site, the language dropdown will appear to the right of your links (and to the left of the search bar, if search is enabled). If you want to put the language selection drop down between links in the header, add a languages entry in the `headerLinks` config array: +If translations are enabled on your site, the language dropdown will appear to the right of your links (and to the left of the search bar, if search is enabled). If you want to put the language selection dropdown between links in the header, add a languages entry in the `headerLinks` config array: ```js { diff --git a/docs/guides-translation.md b/docs/guides-translation.md index f6a6729d9c71..4a9b6e1f5c4f 100644 --- a/docs/guides-translation.md +++ b/docs/guides-translation.md @@ -45,7 +45,7 @@ Pages allow you to customize the layout and specific content of pages like a cus Pages with text that you want translated should be placed in `website/pages/en` directory. -Wrap strings you want translated in a `