diff --git a/.github/workflows/lychee-link-checker.yml b/.github/workflows/lychee-link-checker.yml index 868c61ad..1860eaef 100644 --- a/.github/workflows/lychee-link-checker.yml +++ b/.github/workflows/lychee-link-checker.yml @@ -2,7 +2,12 @@ name: Links checker on: push: + branches: + - main pull_request: + types: [opened, synchronize, reopened] + branches: + - main jobs: linkChecker: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30b1c1a1..d74ca529 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. \ No newline at end of file +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. \ No newline at end of file diff --git a/docs/GraFx-Data/index.md b/docs/GraFx-Data/index.md deleted file mode 100644 index 0316feeb..00000000 --- a/docs/GraFx-Data/index.md +++ /dev/null @@ -1,8 +0,0 @@ -# Introduction - -![applogo](https://chilipublishdocs.imgix.net/logos/CHILI_LOGOS-Data_logo.svg) - -Connect GraFx Data with any data provider—or add your own data—then use GraFx Studio to drive fully-automated graphical production. - -!!! Info - Available soon \ No newline at end of file diff --git a/docs/GraFx-Developers/index.md b/docs/GraFx-Developers/index.md index 4abc8f0c..56c97dad 100644 --- a/docs/GraFx-Developers/index.md +++ b/docs/GraFx-Developers/index.md @@ -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 diff --git a/docs/GraFx-Insights/index.md b/docs/GraFx-Insights/index.md deleted file mode 100644 index 2020f6f0..00000000 --- a/docs/GraFx-Insights/index.md +++ /dev/null @@ -1,10 +0,0 @@ -# Introduction - -![applogo](https://chilipublishdocs.imgix.net/logos/CHILI_LOGOS-Insights-1.svg) - -Get analytics and reports on your Smart Templates usage in GraFx Studio, and start assessing your big return on investment with GraFx Insights. - -CHILI GraFx also has powerful connectivity at core, ending creative silos and making it incredibly easy to link to any external digital asset management (DAM) system, font manager, style set manager, and more. - -!!! Info - Available soon \ No newline at end of file diff --git a/docs/GraFx-Studio/integration/getting-started/index.md b/docs/GraFx-Studio/integration/getting-started/index.md index 6e9865c8..170125bd 100644 --- a/docs/GraFx-Studio/integration/getting-started/index.md +++ b/docs/GraFx-Studio/integration/getting-started/index.md @@ -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 diff --git a/docs/GraFx-Studio/overview/stylekits/swatch-2.png b/docs/GraFx-Studio/overview/stylekits/swatch-2.png new file mode 100644 index 00000000..0543e35f Binary files /dev/null and b/docs/GraFx-Studio/overview/stylekits/swatch-2.png differ diff --git a/docs/release-notes/2022.md b/docs/release-notes/2022.md index 261dd00f..c24cfff2 100644 --- a/docs/release-notes/2022.md +++ b/docs/release-notes/2022.md @@ -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 diff --git a/docs/tags.md b/docs/tags.md deleted file mode 100644 index a58e0763..00000000 --- a/docs/tags.md +++ /dev/null @@ -1,3 +0,0 @@ -# Tagged search - -Tags used in the CHILI GraFx Documentation, with links to the associated pages \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 1519b9dc..aebef111 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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