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

[Fix] broken links #246

Merged
merged 42 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
8281874
removed banner
BramVerniest Jul 5, 2023
d2f1d46
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Jul 6, 2023
ffe895b
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Jul 27, 2023
7914653
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Aug 1, 2023
20bdc2d
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Aug 3, 2023
3192428
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Aug 15, 2023
6a77f31
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Aug 15, 2023
590c645
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Aug 16, 2023
3537195
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Aug 28, 2023
50e6f8f
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Aug 28, 2023
bdaf66f
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Sep 6, 2023
1e49de3
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Sep 11, 2023
9adba55
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Sep 12, 2023
ef17ff6
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Sep 25, 2023
df84753
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Oct 16, 2023
5f650af
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Oct 20, 2023
6441145
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Oct 23, 2023
dc8b86d
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Oct 23, 2023
46eccdf
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Oct 24, 2023
4617fc7
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Oct 25, 2023
55319d1
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Oct 25, 2023
1086ebc
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Nov 2, 2023
8985283
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Nov 3, 2023
3ad74e7
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Nov 13, 2023
52890ca
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Nov 14, 2023
0a7a074
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Nov 21, 2023
6fd4492
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Nov 22, 2023
fa49899
fixed links
BramVerniest Nov 22, 2023
53760fa
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Nov 28, 2023
18f4353
Merge remote-tracking branch 'origin/main' into fix/broken-links
brapoprod Nov 29, 2023
cc8e2d3
refine lychee run
brapoprod Nov 29, 2023
aa7d5c3
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Nov 30, 2023
3074318
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Dec 1, 2023
90e045a
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Dec 1, 2023
66b1059
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Dec 1, 2023
60fd25a
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Dec 6, 2023
d328106
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Dec 8, 2023
12c62db
Merge branch 'main' into fix/broken-links
BramVerniest Dec 11, 2023
cf440ba
fix broken links
BramVerniest Dec 11, 2023
a08901e
cleaning content, not ready yet
BramVerniest Dec 11, 2023
04dc2b0
Merge branch 'main' of https://github.com/chili-publish/grafx-documen…
BramVerniest Dec 19, 2023
31804bc
Merge branch 'main' into fix/broken-links
BramVerniest Dec 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/lychee-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: Links checker

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- main

jobs:
linkChecker:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ Your pull request will be reviewed and approved before being merged into the `ma

## License

Any approved and merged content you submit will be subject to the terms of the project's [license](LICENSE.md). Ensure your contributions consist of original material, or content that is freely available for commercial use and requires no attribution. Exceptions apply for media content depicting CHILI publish software.
Any approved and merged content you submit will be subject to the terms of the project's [license](LICENSE). Ensure your contributions consist of original material, or content that is freely available for commercial use and requires no attribution. Exceptions apply for media content depicting CHILI publish software.
8 changes: 0 additions & 8 deletions docs/GraFx-Data/index.md

This file was deleted.

6 changes: 3 additions & 3 deletions docs/GraFx-Developers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ You can find out more about generating credentials in our [Integration Guide](/C

## GraFx Publisher

- [REST API Reference](https://mydocumentation.chili-publish.com/search?text=rest%20api%20endpoints){target="_blank"}
- [Javascript API](https://mydocumentation.chili-publish.com/search?text=Getting%20started%20with%20your%20JavaScript%20integration){target="_blank"}
- [Getting Started](https://mydocumentation.chili-publish.com/search?text=chili%20api%20guide){target="_blank"}
- [REST API Reference](https://chilipublishdocs.atlassian.net/wiki/spaces/CPDOC/pages/1413560/REST+API+Endpoints){target="_blank"}
- [Javascript API](https://chilipublishdocs.atlassian.net/wiki/spaces/CPDOC/pages/1412075/Getting+started+with+your+JavaScript+integration){target="_blank"}
- [Getting Started](https://chilipublishdocs.atlassian.net/wiki/spaces/CPDOC/pages/1412012/CHILI+API+Guide){target="_blank"}

## GraFx Media

Expand Down
10 changes: 0 additions & 10 deletions docs/GraFx-Insights/index.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/GraFx-Studio/integration/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ npm install @chili-publish/studio-sdk

#### stateChanged event will be deprecated

You should subscribe to specific events instead of the global stateChanged event, which will be deprecated soon. You can find the available events in the [documentation](https://chili-publish.github.io/studio-sdk/classes/controllers_SubscriberController.SubscriberController.html){target="_blank"} or in the [code](https://github.com/chili-publish/studio-sdk/blob/main/src/controllers/SubscriberController.ts){target="_blank"}.
You should subscribe to specific events instead of the global stateChanged event, which will be deprecated soon. You can find the available events in the [documentation](https://chili-publish.github.io/studio-sdk/){target="_blank"}.

### Debug panel

Expand Down
Binary file added docs/GraFx-Studio/overview/stylekits/swatch-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/release-notes/2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Version 0.95.1, using Studio SDK [0.95.0](https://github.com/chili-publish/studi

### Features

- Next to paragraph styles, you can now also add character styles to your Stylekit and use them to style your text ([more information](https://docs.chiligrafx.com/GraFx_Studio/how_to/characterstyles/){target="_blank"})
- Next to paragraph styles, you can now also add character styles to your Stylekit and use them to style your text ([more information](/GraFx-Studio/guides/characterstyles/){target="_blank"})
- Added support for most OTF fonts
- Enabled keyboard shortcuts for text navigation, text selection and text cut/copy/paste ([list of shortcuts](https://docs.chiligrafx.com/GraFx_Studio/concept/shortcuts/#text-cursor-manipulation){target="_blank"})
- Enabled keyboard shortcuts for text navigation, text selection and text cut/copy/paste ([list of shortcuts](/GraFx-Studio/concepts/shortcuts/){target="_blank"})

### Improvements

Expand Down
3 changes: 0 additions & 3 deletions docs/tags.md

This file was deleted.

2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ plugins:
'releasenotes/index.md': 'release-notes/index.md'
- search
- awesome-pages
- tags:
tags_file: tags.md
- table-reader
# - git-revision-date-localized:
# fallback_to_build_date: true
Expand Down
Loading