-
-
Notifications
You must be signed in to change notification settings - Fork 56
Describe how to use build artifact from a docu repo PR to create the webpage #456
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
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
836ee83
Describe how to use build artifact from a docu repo PR to create the …
pgfeller 262fa0a
Describe how to use build artifact from a docu repo PR to create the …
pgfeller a2f8000
checkout PR code added ...
pgfeller f3ec2c5
Describe how to use build artifact from a docu repo PR to create the …
pgfeller 6ba0a84
bug fix
pgfeller 8cd7d64
Describe how to use build artifact from a docu repo PR to create the …
pgfeller 3949899
... bugfix
pgfeller ca80b18
Describe how to use build artifact from a docu repo PR to create the …
pgfeller ac68a2a
Update CONTRIBUTION.md
pgfeller 20ccda1
...
pgfeller 3c97348
...
pgfeller 4dda59a
...
pgfeller 3433e97
...
pgfeller a999a52
...
pgfeller a6239bc
...
pgfeller 068d6b1
.md updated ...
pgfeller 55e1539
...
pgfeller e39a358
...
pgfeller 6da4f87
refactor(review): 🗨️ worked on code review comments
pgfeller 0444bfb
💄cosmetics (--verbose mode), added .nvmrc for user of node version ma…
pgfeller 2dd6f87
Align styling of iconset generation output
florian-h05 71852df
Fix typo
florian-h05 e22e27b
Fix script clones even though --no-clone is set
florian-h05 610aae1
Fix issue with the old setting section that has been removed
florian-h05 3d0336f
Minor clean-up
florian-h05 a2f84e9
Various minor wording improvements
florian-h05 af4510c
Skip all add-on docs for PR build
florian-h05 49b34d5
Minor code improvements
florian-h05 4543f6e
Use final as default version similar to it being default branch
florian-h05 25cd07c
Output formatting improvements
florian-h05 4732031
refactor(review): 🗨️ processed code review comments
pgfeller 39b23a7
Update add-blog-meta.rb
pgfeller 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
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 |
|---|---|---|
|
|
@@ -66,6 +66,3 @@ typings/ | |
|
|
||
| # VuePress dist | ||
| vuepress | ||
|
|
||
| # openhab-docs in .vuepress | ||
| .vuepress/openhab-docs | ||
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 @@ | ||
| 16 |
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 |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| { | ||
| "editor.tabSize": 2 | ||
| "editor.tabSize": 2, | ||
| "editor.formatOnSave": true, | ||
| "[ruby]": { | ||
| "editor.defaultFormatter": "testdouble.vscode-standard-ruby" | ||
| } | ||
| } |
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 |
|---|---|---|
|
|
@@ -2,3 +2,4 @@ addons-* | |
| public/logos | ||
| thing-types.json | ||
| tmp | ||
| openhab-docs | ||
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.
Uh oh!
There was an error while loading. Please reload this page.