Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add JS MythBusters to showcase #148

Merged
merged 1 commit into from
Apr 17, 2017
Merged

Add JS MythBusters to showcase #148

merged 1 commit into from
Apr 17, 2017

Conversation

Kikobeats
Copy link
Contributor

I migrated from docpress, very happy!

Not related question, but I don't know why search is not enabled:
https://github.com/Kikobeats/js-mythbusters/blob/master/docs/index.html#L27

@QingWei-Li
Copy link
Member

You forgot to install the search plugin. 😊

<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<!-- here -->
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>

https://docsify.js.org/#/plugins?id=full-text-search

@QingWei-Li QingWei-Li merged commit 137a93c into docsifyjs:master Apr 17, 2017
@Kikobeats Kikobeats deleted the patch-1 branch April 17, 2017 13:40
@Kikobeats
Copy link
Contributor Author

oh thanks!

@jrappen
Copy link
Contributor

jrappen commented Apr 18, 2017

@Kikobeats

Btw you could also extend docsify with KaTeX for the math sections in your docs should you want to extend those:

⚠️ order matters below!

<!-- index.html -->

...

  <link rel="stylesheet" href="//unpkg.com/katex/dist/katex.min.css">
  <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">

...

<script src="//unpkg.com/katex/dist/katex.min.js"></script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>

<!-- docsify plug-ins after docsify main -->

...

@Kikobeats
Copy link
Contributor Author

oh, thanks! Could be awesome if you can convert this into a PR 😄

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants