Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

content/issue 33 guides pages #94

Merged
merged 50 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
5ec0777
initial guides content stub and side nav from content as data
thescientist13 Sep 9, 2024
bc5b70e
initial side nav mobile styling
thescientist13 Sep 10, 2024
f44da7f
initial mobile styling
thescientist13 Sep 12, 2024
823765b
toc headings for guides content
thescientist13 Sep 12, 2024
0ff94cc
additional and initial tablet and desktop mobile sizing
thescientist13 Sep 12, 2024
c0c53be
misc styling
thescientist13 Sep 15, 2024
027f71b
misc styling
thescientist13 Sep 15, 2024
3b5004e
first draft of hosting guides content
thescientist13 Sep 15, 2024
072b4d1
formatting
thescientist13 Sep 15, 2024
332bd49
remaining ecosystem docs
thescientist13 Sep 16, 2024
439131d
formatting
thescientist13 Sep 16, 2024
dee2d32
content placeholders and enhancements
thescientist13 Sep 16, 2024
8fe301b
update home page run anywhere links
thescientist13 Sep 16, 2024
c43e8c5
active side nav header styling
thescientist13 Sep 16, 2024
5cbd330
handle missing entry from toc headings in the greenwood graph
thescientist13 Sep 16, 2024
2250db9
content tweaks
thescientist13 Sep 16, 2024
c72f09d
misc side nav styling
thescientist13 Sep 16, 2024
2c4c271
first draft of tutorials content
thescientist13 Sep 17, 2024
c34a199
formatting
thescientist13 Sep 17, 2024
cf74f7a
trim social tray padding
thescientist13 Sep 17, 2024
7c55aa7
patch duplicate import maps bug
thescientist13 Sep 18, 2024
ac57a58
update Docker and self-hosting steps based on new demo repo
thescientist13 Sep 19, 2024
1b15645
docker for desktop guide screenshot
thescientist13 Sep 19, 2024
d00213e
cloudflare hosting guide refresh
thescientist13 Sep 20, 2024
b7491c5
refresh AWS guide
thescientist13 Sep 20, 2024
af9517c
WIP getting started guide
thescientist13 Sep 23, 2024
4a64d7e
desktop side and ToC nav styling
thescientist13 Sep 23, 2024
4fe2123
formatting
thescientist13 Sep 23, 2024
9772198
misc tweaks
thescientist13 Sep 23, 2024
570157a
misc tweaks
thescientist13 Sep 23, 2024
c6d02de
mobile menu styling and popover behaviors
thescientist13 Sep 24, 2024
3bae428
mobile menu indicator animations
thescientist13 Sep 24, 2024
184c5d1
fix links
thescientist13 Sep 24, 2024
c7cab0c
first draft for getting started walkthrough
thescientist13 Sep 25, 2024
d919fcc
add support for content as data specs and stories and updated ecosyst…
thescientist13 Sep 26, 2024
e6182bd
add addition component stories
thescientist13 Sep 26, 2024
415421c
fleshing out test cases
thescientist13 Sep 26, 2024
59fe33d
additional storybook building cases and documentation
thescientist13 Sep 27, 2024
ae14774
refine WTR plugin customization and docs
thescientist13 Sep 27, 2024
a0825ce
finish getting started guides content
thescientist13 Sep 29, 2024
096fb01
side nav and heading styling
thescientist13 Sep 29, 2024
feb28e3
guides content proof-reading
thescientist13 Sep 29, 2024
1934bbb
delete extra asset
thescientist13 Sep 29, 2024
27e2274
heading box component and refactoring
thescientist13 Sep 30, 2024
8c81980
improve ToC padding to be more title safe
thescientist13 Sep 30, 2024
206e337
remove incorrect ARIA role attribute usage
thescientist13 Sep 30, 2024
5613dec
mobile (no) display handling of stackblitze iframe
thescientist13 Sep 30, 2024
519ccdf
manual popover closing for compact mobile menus
thescientist13 Sep 30, 2024
03e3ecf
patch support for top level attributes rendering fix from WCC
thescientist13 Oct 1, 2024
f623292
apply internal design feedback
thescientist13 Oct 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
// https://github.com/vitejs/vite/discussions/15532
const config = {
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
addons: ["@storybook/addon-links", "@storybook/addon-essentials", "@chromatic-com/storybook"],
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@chromatic-com/storybook",
"storybook-addon-fetch-mock",
],
framework: {
name: "@storybook/web-components-vite",
options: {},
Expand Down
122 changes: 120 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"remark-github": "^10.0.1",
"rimraf": "^5.0.5",
"storybook": "^8.0.6",
"storybook-addon-fetch-mock": "^2.0.1",
"stylelint": "^16.4.0",
"stylelint-prettier": "^5.0.0",
"vite": "^5.2.8"
Expand Down
Loading
Loading