Skip to content
Snippets Groups Projects
Commit 9b5b624e authored by René Rösner's avatar René Rösner Committed by René Rösner
Browse files

Fix(planning#1067): Review feedback

parent fc1ce5e1
No related branches found
No related tags found
2 merge requests!89planning#831: API spec ressources,!75planning#1067: Bearbeiten-Link auf /resources-Unterseiten des Entwicklungsportals
...@@ -41,8 +41,7 @@ Licensing of the files works with a tool called Reuse. As soon as new files are ...@@ -41,8 +41,7 @@ Licensing of the files works with a tool called Reuse. As soon as new files are
## Contribution ## Contribution
If you want to help us improve our content, you can find the text segments used on the landing page [here](https://git.fitko.de/-/ide/project/fit-connect/entwicklungsportal/edit/main/-/views/FeaturedApiModules.tsx). If you want to help us improve our content, you can find the text segments used on the landing page [here](https://git.fitko.de/-/ide/project/fit-connect/entwicklungsportal/edit/main/-/views/FeaturedApiModules.tsx).
To edit the content of specific resources please navigate to the detail page of that resource. To edit the content of specific resources, please edit the markdown files in the `content/resources` folder or navigate to the detail page of that resource and click the Edit button.
## Licenses ## Licenses
Source code is licensed under the [EUPL](LICENSES/EUPL-1.2.txt). Source code is licensed under the [EUPL](LICENSES/EUPL-1.2.txt).
......
...@@ -45,7 +45,6 @@ build: ...@@ -45,7 +45,6 @@ build:
- export NEXT_PUBLIC_BASE_PATH="" && [[ "$CI_COMMIT_REF_NAME" != "main" ]] && export NEXT_PUBLIC_BASE_PATH="/entwicklungsportal/$CI_COMMIT_REF_SLUG" - export NEXT_PUBLIC_BASE_PATH="" && [[ "$CI_COMMIT_REF_NAME" != "main" ]] && export NEXT_PUBLIC_BASE_PATH="/entwicklungsportal/$CI_COMMIT_REF_SLUG"
- echo $NEXT_PUBLIC_BASE_PATH - echo $NEXT_PUBLIC_BASE_PATH
- export CURRENT_BRANCH=$CI_COMMIT_REF_NAME - export CURRENT_BRANCH=$CI_COMMIT_REF_NAME
- echo $CURRENT_BRANCH
- yarn export - yarn export
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment