Skip to content

Commit 9aa2459

Browse files
committed
👷 fix docs URL
1 parent 41b496a commit 9aa2459

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

‎.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@ jobs:
3939
with:
4040
publish_dir: ./docs/dist
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
42-
cname: uiengine.uix.space
4342
user_name: 'github-actions[bot]'
4443
user_email: 'github-actions[bot]@users.noreply.github.com'

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ For details see the
263263
### Added
264264

265265
- Set browser-sync `startPath` for custom UI base
266-
- New [documentation site](https://uiengine.uix.space/), generated with the UIengine itself
266+
- New [documentation site](https://dennisreimann.github.io/uiengine/), generated with the UIengine itself
267267

268268
### Changed
269269

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npx uiengine init --demo
3030
npx uiengine build --serve --watch
3131
```
3232

33-
See the [getting started guide](https://uiengine.uix.space/basics/getting-started/)
33+
See the [getting started guide](https://dennisreimann.github.io/uiengine/basics/getting-started/)
3434
for further details.
3535
There are also some [introduction videos](https://www.youtube.com/watch?v=YBm_ye9da-Q&list=PLBXz0hPvV2jNAFb9KxvV-2Op8cy3tA8E2):
3636

@@ -46,7 +46,7 @@ To get an idea of what a real-world project looks like, see the React sample pro
4646

4747
## 📘 Documentation
4848

49-
See the [documentation](https://uiengine.uix.space/) site, which is also generated with the UIengine.
49+
See the [documentation](https://dennisreimann.github.io/uiengine/) site, which is also generated with the UIengine.
5050

5151
## 🔩 Technical TL;DR
5252

@@ -117,7 +117,7 @@ Here are some other projects that you might want to evaluate:
117117
## 🛠 Development
118118

119119
You like this project and are interested in participating?
120-
See the [development docs](https://uiengine.uix.space/development/contributing/) for an introduction and workflows when hacking on the UIengine.
120+
See the [development docs](https://dennisreimann.github.io/uiengine/development/contributing/) for an introduction and workflows when hacking on the UIengine.
121121

122122
## ✨ Contributors
123123

‎docs/adapter/css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ src
6060

6161
See the [test project](https://github.com/dennisreimann/uiengine/tree/master/test/project/src) for an example of the file contents.
6262

63-
For an example of the output have a look at the "Themes" tab of the [label component sample](https://uiengine.uix.space/test-project/patterns/atoms/label/).
63+
For an example of the output have a look at the "Themes" tab of the [label component sample](https://dennisreimann.github.io/uiengine/test-project/patterns/atoms/label/).

‎docs/uiengine.config.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = {
2626
target: 'dist',
2727

2828
ui: {
29+
base: '/uiengine/',
2930
customStylesFile: '/styles/docs.css',
3031
meta: [
3132
meta('description', 'The UIengine is a workbench for UI-driven development: A tool for developers and designers to build and document web sites and apps.'),
@@ -53,14 +54,14 @@ module.exports = {
5354

5455
meta('og:type', 'website'),
5556
meta('og:title', 'UIengine'),
56-
meta('og:url', 'https://uiengine.uix.space/'),
57+
meta('og:url', 'https://dennisreimann.github.io/uiengine/'),
5758
meta('og:site_name', 'UIengine Documentation'),
5859
meta('og:description', 'The UIengine is a workbench for UI-driven development: A tool for developers and designers to build and document web sites and apps.'),
5960
meta('og:image:width', 1024),
6061
meta('og:image:height', 640),
61-
meta('og:image', 'http://uiengine.uix.space/card.png'),
62-
meta('og:image:secure_url', 'https://uiengine.uix.space/card.png'),
63-
meta('twitter:image', 'https://uiengine.uix.space/card.png'),
62+
meta('og:image', 'http://dennisreimann.github.io/uiengine/card.png'),
63+
meta('og:image:secure_url', 'https://dennisreimann.github.io/uiengine/card.png'),
64+
meta('twitter:image', 'https://dennisreimann.github.io/uiengine/card.png'),
6465
meta('twitter:card', 'summary_large_image'),
6566
meta('twitter:site', '@dennisreimann')
6667
],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Design Tokens
22

3-
See the [UIengine design token documentation](https://uiengine.uix.space/advanced/design-tokens/) for details.
3+
See the [UIengine design token documentation](https://dennisreimann.github.io/uiengine/advanced/design-tokens/) for details.

‎packages/cli/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ module.exports = require('yargs')
2727
.alias('h', 'help')
2828
.version()
2929
.alias('v', 'version')
30-
.epilogue('Documentation: https://uiengine.uix.space/')
30+
.epilogue('Documentation: https://dennisreimann.github.io/uiengine/')
3131
.argv

‎packages/cli/src/templates/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
// Project config: Defaults to name and version from package.json.
44
// Here you can overwrite it and add more custom properties.
55
// For a detailed documentation of all the options in here see
6-
// https://uiengine.uix.space/basics/config/
6+
// https://dennisreimann.github.io/uiengine/basics/config/
77
name: '${values.name}',
88
99
// Base directories for the input, your raw source files:

‎packages/cli/src/templates/initial_page_readme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ npx uiengine build --watch --serve
8181
\`\`\`
8282
8383
Under the hood [BrowserSync](https://www.browsersync.io/) is used to provide serving and watching the files.
84-
For information on how to configure the server and pass additional options, see the [configuration documentation](https://uiengine.uix.space/basics/config/#BrowserSync).`
84+
For information on how to configure the server and pass additional options, see the [configuration documentation](https://dennisreimann.github.io/uiengine/basics/config/#BrowserSync).`

0 commit comments

Comments
 (0)