-
Notifications
You must be signed in to change notification settings - Fork 0
Dev lanari 1 #10
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
Merged
Merged
Dev lanari 1 #10
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
0ec052d
update getting started
lanari 4114289
Update documentation.md
lanari 909e4ec
update repo
lanari 3caab46
Update to 1.2
lanari fee744a
minor update
lanari 988977d
Update README.md
lanari 924f3ca
[WIP] WIP addressing feedback on Dev lanari 1 PR (#11)
Copilot ebd0ccd
Initial plan (#12)
Copilot 49ec876
[WIP] Update VitePress documentation site for version 1.2 (#13)
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,3 +33,5 @@ Thumbs.db | |
| /tmp/ | ||
| .DS_Store | ||
| .DS_Store | ||
| .DS_Store | ||
| .DS_Store | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| { | ||
| "hash": "0841564a", | ||
| "configHash": "e9650206", | ||
| "lockfileHash": "9c0b0a4f", | ||
| "browserHash": "8f1bc4dd", | ||
| "optimized": { | ||
| "vue": { | ||
| "src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js", | ||
| "file": "vue.js", | ||
| "fileHash": "e8a35cd0", | ||
| "needsInterop": false | ||
| }, | ||
| "vitepress > @vue/devtools-api": { | ||
| "src": "../../../node_modules/@vue/devtools-api/dist/index.js", | ||
| "file": "vitepress___@vue_devtools-api.js", | ||
| "fileHash": "50519121", | ||
| "needsInterop": false | ||
| }, | ||
| "vitepress > @vueuse/core": { | ||
| "src": "../../../node_modules/@vueuse/core/index.mjs", | ||
| "file": "vitepress___@vueuse_core.js", | ||
| "fileHash": "cbc940c9", | ||
| "needsInterop": false | ||
| } | ||
| }, | ||
| "chunks": { | ||
| "chunk-LT66L4YR": { | ||
| "file": "chunk-LT66L4YR.js" | ||
| } | ||
| } | ||
lanari marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| } | ||
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "type": "module" | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the workflow no longer copies a local
assets/directory into the published site, any remaining/assets/...references will break on Pages. There is at least one inindex.md(hero.image.src); either update the docs to use the externalDocumentation_ImagesURLs everywhere or restore an assets publish step.