Skip to content

Commit

Permalink
fix: syntax highlight error in main page
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiokim committed Jun 17, 2017
1 parent a150800 commit aa3b151
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
4 changes: 2 additions & 2 deletions docs/readme.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion libs/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default ({
}
</style>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script src="${root}/static/main.js"></script>
<script src="${root}static/main.js"></script>
<body>
<div id="root">${body}</div>
</body>
Expand Down

0 comments on commit aa3b151

Please sign in to comment.