VectorGOLEM/stories
jdlrobson cdd5ebd74d Use template partials rather than HTML strings
CHANGES to  index.mustache:
Changes can be understood by looking at the diff of
the file stories/skin.stories.js

The additional changes in stories folder export the data passed to
those templates. A new file is used as exporting any variable in a
file suffixed stories.js will be assumed to be a story entry.

The changes to index.mustache are as follows:
* html-footer is replaced with data-footer and Footer
component is rendered via template partial
* html-navigation is replaced with data-navigation and
Navigation component is rendered via template partial

CHANGES to Navigation.mustache:
Changes are best explained by looking at the diff to
stories/navigation.stories.js
and navigation.stories.data.js
* html-personal-menu is replaced with data-personal-menu

Bug: T245456
Change-Id: Ie96e92447a932b8a7f3844df277a1d31a2af423c
2020-03-03 09:28:52 -08:00
..
.eslintrc.json Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
footer.stories.data.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
footer.stories.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
menu.stories.data.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
menu.stories.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
navigation.stories.data.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
navigation.stories.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
personalNavigation.stories.data.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
personalNavigation.stories.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
portal.stories.data.js [Dev] processTemplate used in one place 2020-02-26 12:28:40 -08:00
portals.stories.js [Dev] processTemplate used in one place 2020-02-26 12:28:40 -08:00
searchBox.stories.data.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
searchBox.stories.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
sidebar.stories.data.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
sidebar.stories.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
skin.stories.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
tabs.stories.data.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
tabs.stories.js Use template partials rather than HTML strings 2020-03-03 09:28:52 -08:00
utils.js Add storybook to Vector 2020-01-31 16:59:15 +08:00