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

Site reorg: Remove site/ subpath #306

Merged
merged 15 commits into from
Apr 10, 2024
Merged

Site reorg: Remove site/ subpath #306

merged 15 commits into from
Apr 10, 2024

Conversation

ikreymer
Copy link
Member

@ikreymer ikreymer commented Apr 10, 2024

Unfortunately, for proper package pathing, need to remove the site/ subpath. This includes:

  • Moving everything back into root
  • Adding a copy-site.sh script to copy resources into mkdocs/site/ before building the site with mkdocs.
  • Also update examples to ensure all are loading the local sw.js / ui.js
  • Consolidate examples in docs/examples
  • Consolidate assets under src/assets/
  • Move favicons to root
  • Reformat and relint
  • Tests: update playwright tests to use mkdocs output, add test for embed in docs
  • bump to 2.0.0-beta.2

instead, populate mkdocs/site dynamically when building docs
move docs to mkdocs/site/docs
combine assets dir with ./src/assets
move favicons to root
fix paths to local sw.js and ui.js for examples
@ikreymer ikreymer requested a review from Shrinks99 April 10, 2024 02:19
site/webmanifest.json Outdated Show resolved Hide resolved
webpack.config.js Outdated Show resolved Hide resolved
@ikreymer ikreymer requested a review from Shrinks99 April 10, 2024 04:50
@ikreymer ikreymer merged commit 92343d5 into dev-2.0.0 Apr 10, 2024
6 checks passed
@ikreymer ikreymer deleted the site-reorg branch April 10, 2024 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants