diff --git a/README.md b/README.md index 2b2d998..b37fc2a 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,15 @@ So flybook will keep in simplest way to generate static web site for writing the For example, Flybook documentation structure look like below ``` $ ls /path/to/project/docs -docs -|____advanced -| \____theme.md -|____basic -| \____getting-started.md -| \____install.md -|____examples -| \____syntax-highlight.md -|____readme.md + docs + |____advanced + | \____theme.md + |____basic + | \____getting-started.md + | \____install.md + |____examples + | \____syntax-highlight.md + |____readme.md ``` **globally** diff --git a/docs/readme.md b/docs/readme.md index b37fc2a..2cb5d21 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -1,4 +1,4 @@ -[![](./docs/media/logo-250x250.png)](https://rhiokim.github.io/flybook) +[![](./media/logo-250x250.png)](https://rhiokim.github.io/flybook) Just write markdown, Flybook will create your book. @@ -11,7 +11,7 @@ Already we know that we can have a number of document tools to publish markdown So flybook will keep in simplest way to generate static web site for writing the manual of project ## How flybook works -![](./docs/media/flybook-flow-detail.png) +![](./media/flybook-flow-detail.png) ## How to use flybook diff --git a/libs/_document.js b/libs/_document.js index 7b8729b..8c24275 100644 --- a/libs/_document.js +++ b/libs/_document.js @@ -46,7 +46,7 @@ export default ({ } - +