The Wayback Machine - https://web.archive.org/web/20200622182726/https://github.com/topics/vuepress-plugin
Skip to content
#

vuepress-plugin

Here are 64 public repositories matching this topic...

vssue
vuepress-plugin-docgen
f3ltron
f3ltron commented Jul 16, 2019

The generation of the doc create folder and file no matter of locales.

Locales in vuepress need /zh/ etc subfolder if local is present. Effectively i didnt think about that before.

Easy to improve just add a local param and i have to change the generation and add more generation if local is present and change the sidebar override

GijsGoudzwaard
GijsGoudzwaard commented Sep 3, 2019

So for my documentation site I have something like this:

:::: tabs
::: tab PHP
 // Some code
:::
::: tab Javascript
 // Some code
:::
::::

And then on another page I have the same setup. Is it possible that when I click on, for example, javascript that that decision would retain on each page? So that on each page the javascript tab is active?

cnr-isc-ttt
cnr-isc-ttt commented Sep 24, 2019

Hi
I cannot get your example to work as I get the following error in the console:

[Vue warn]: Unknown custom element: <vp-icon> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

Steps to reproduce
in vuepress project
ls -s docs/icons/github.svg
4 docs/icons/github.svg
grep goy docs/.vuepress/config.js
`plugins:

bug

Improve this page

Add a description, image, and links to the vuepress-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vuepress-plugin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.