Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 5 additions & 3 deletions .woodpecker/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@ steps:
commands:
- git batch -vv
- name: lint-md
image: owncloudci/nodejs:20
image: quay.io/opencloudeu/nodejs-alpine-ci:24
commands:
- pnpm install
- pnpm lint:md
- name: format-check
image: owncloudci/nodejs:20
image: quay.io/opencloudeu/nodejs-alpine-ci:24
commands:
- pnpm install
- pnpm format:check
- name: build
image: owncloudci/nodejs:20
image: quay.io/opencloudeu/nodejs-alpine-ci:24
commands:
- apk add --no-cache graphviz graphviz-dev ttf-liberation
- pnpm install
- pnpm list likec4
- pnpm build-likec4
- pnpm build
- name: deploy-staging
Expand Down
3 changes: 2 additions & 1 deletion docs/dev/server/services/web/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"label": "Web",
"position": 40
"position": 40,
"key": "dev-server-services-web"
}
3 changes: 2 additions & 1 deletion docs/dev/web/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"label": "Web",
"position": 3
"position": 3,
"key": "dev-web"
}
1 change: 1 addition & 0 deletions docs/user/android-app/files-and-folders/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"label": "Files and Folders",
"position": 2,
"key": "android-files-folders",
"link": {
"type": "generated-index",
"description": "Tutorials for managing your files and folders in the OpenCloud Android App.",
Expand Down
1 change: 1 addition & 0 deletions docs/user/android-app/general/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"label": "General",
"position": 1,
"key": "android-general",
"link": {
"type": "generated-index",
"description": "Tutorials about installing, setup and overview of the OpenCloud Android App.",
Expand Down
1 change: 1 addition & 0 deletions docs/user/android-app/general/overview/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"label": "Overview",
"position": 3,
"key": "android-overview",
"link": {
"type": "generated-index",
"description": "Overview of the user interface of the OpenCloud Android App.",
Expand Down
1 change: 1 addition & 0 deletions docs/user/android-app/shares/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"label": "Shares",
"position": 3,
"key": "android-shares",
"link": {
"type": "generated-index",
"description": "Tutorials about creating shares the OpenCloud Android App.",
Expand Down
1 change: 1 addition & 0 deletions docs/user/ios-app/files-and-folders/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"label": "Files and Folders",
"position": 2,
"key": "ios-files-folders",
"link": {
"type": "generated-index",
"description": "Tutorials for managing your files and folders in the OpenCloud iOS App.",
Expand Down
1 change: 1 addition & 0 deletions docs/user/ios-app/general/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"label": "General",
"position": 1,
"key": "ios-general",
"link": {
"type": "generated-index",
"description": "Tutorials about installing, setup and overview of the OpenCloud iOS App.",
Expand Down
1 change: 1 addition & 0 deletions docs/user/ios-app/general/overview/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"label": "Overview",
"position": 3,
"key": "ios-overview",
"link": {
"type": "generated-index",
"description": "Overview of the user interface of the OpenCloud iOS App.",
Expand Down
1 change: 1 addition & 0 deletions docs/user/ios-app/shares/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"label": "Shares",
"position": 3,
"key": "ios-shares",
"link": {
"type": "generated-index",
"description": "Tutorials about creating shares the OpenCloud iOS App.",
Expand Down
18 changes: 17 additions & 1 deletion i18n/de/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"theme.colorToggle.ariaLabel": {
"message": "Umschalten zwischen dunkler und heller Ansicht (momentan {mode})",
"description": "The ARIA label for the navbar color mode toggle"
"description": "The ARIA label for the color mode toggle"
},
"theme.colorToggle.ariaLabel.mode.dark": {
"message": "dunkler Modus",
Expand Down Expand Up @@ -356,5 +356,21 @@
"homepage.link.item.label.Developer Documentation": {
"message": "Developer Dokumentation",
"description": "The label for the link to developer documentation"
},
"theme.colorToggle.ariaLabel.mode.system": {
"message": "system mode",
"description": "The name for the system color mode"
},
"theme.IconExternalLink.ariaLabel": {
"message": "(opens in new tab)",
"description": "The ARIA label for the external link icon"
},
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": {
"message": "Expand the dropdown",
"description": "The ARIA label of the button to expand the mobile dropdown navbar item"
},
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": {
"message": "Collapse the dropdown",
"description": "The ARIA label of the button to collapse the mobile dropdown navbar item"
}
}
Loading