Skip to content

Commit 0ebe1e3

Browse files
committed
refactor: multi version management
1 parent cfdc2f1 commit 0ebe1e3

File tree

1,605 files changed

+159224
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,605 files changed

+159224
-52
lines changed

.github/workflows/deploy.yml

-45
This file was deleted.

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pnpm-debug.log*
88
lerna-debug.log*
99

1010
node_modules
11-
dist
11+
# dist
1212
dist-ssr
1313
*.local
1414
!packages

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,21 @@ Note: when a new page is selected it takes some time to render completely the pa
3131

3232
## Instructions to build site
3333

34+
- Pull the newest main branch from the [core repository](https://github.com/materializecss/materialize)
35+
3436
```
3537
pnpm build
3638
pnpm preview
3739
```
3840

3941
### New Release (for Maintainers)
4042

41-
- Execute the release process in the core package incl. releasing on npm
43+
The docs should be kept in the core repo as markdown files for quick editing. This repo should then
44+
collect all the markdown files from the core repo and compile them into a collection of nice html files,
45+
The versions are managed in dist/version/ to keep different versions. The workflow was removed for now.
46+
47+
This has to be done after release process of the core repo and releasing on npm
48+
4249
- Switch to branch **v2-dev** and also pull newest package in [packages/materialize]()
4350
- Update version string in **package.json**, **src/getting-started.html**, **partials/navbar.html**
4451
- Run docs locally and check manually with `pnpm dev`

0 commit comments

Comments
 (0)