Marina Konstantinova 4 years ago
parent
commit
96c4b78a0e

+ 2 - 2
docs/docs/02-languages-supported.md

@@ -1,5 +1,5 @@
 ---
 id: 02-languages-supported
-title: Languages-supported
-sidebar_label: languages-supported
+title: Languages supported
+sidebar_label: Languages supported
 ---

+ 1 - 1
docs/docs/03-metrics.md

@@ -1,5 +1,5 @@
 ---
 id: 03-metrics
 title: Metrics
-sidebar_label: metrics
+sidebar_label: Metrics
 ---

+ 1 - 1
docs/docs/doc2.md

@@ -3,4 +3,4 @@ id: doc2
 title: Document Number 2
 ---
 
-This is a link to [another document.](doc3.md) This is a link to an [external page.](http://www.example.com/)
+<! This is a link to [another document.](doc3.md) This is a link to an [external page.](http://www.example.com/) >

+ 1 - 1
docs/docusaurus.config.js

@@ -15,7 +15,7 @@ module.exports = {
       },
       links: [
         {
-          to: 'docs/',
+          to: 'docs/01-highlights',
           activeBasePath: 'docs',
           label: 'Docs',
           position: 'left',

+ 1 - 1
docs/src/pages/index.js

@@ -92,7 +92,7 @@ function Home() {
   const {siteConfig = {}} = context;
   return (
     <Layout
-      title={`Hello from ${siteConfig.title}`}
+      title={`${siteConfig.title}`}
       description="Description will go into a meta tag in <head />">
       <header className={clsx('hero hero--primary', styles.heroBanner)}>
         <div className="container">