Skip to content

Commit f42f2a1

Browse files
committed
ci: get rdme docs upload workflow working again
1 parent 082c118 commit f42f2a1

11 files changed

+22
-12
lines changed

.github/workflows/sync-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Sync docs to ReadMe
16-
uses: readmeio/rdme@v8
16+
uses: readmeio/rdme@v10.2.0-next.5
1717
with:
18-
rdme: docs ./docs --key=${{ secrets.README_DEVELOPERS_API_KEY }} --version=${{ secrets.README_DEVELOPERS_MAIN_VERSION }}
18+
rdme: docs upload ./docs --key=${{ secrets.README_DEVELOPERS_API_KEY }} --version=${{ vars.README_DEVELOPERS_MAIN_VERSION }}

docs/alternative-methods.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Other Ways to Send API Requests
33
slug: other-ways-to-use-api-metrics
4-
category: 62292aea889520008ed0113b
4+
category:
5+
uri: project-setup
56
---
67

78
Are you interested in insights on your users and API request logs in your documentation, but using a language or API gateway that we don't yet support? [Let us know](https://docs.readme.com/docs/contact-support) what you're using! We're actively working on new integrations and would love to support your API.

docs/aws-webhook.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Using Amazon API Gateway with the Personalized Docs Webhook
33
slug: amazon-api-gateway-webhook
4-
category: 62292aea889520008ed0113b
4+
category:
5+
uri: project-setup
56
---
67

78
> 📘 Don't use Amazon API Gateway?

docs/cloudflare-workers.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Cloudflare Workers
33
slug: sending-logs-to-readme-with-cloudflare
4-
category: 62292aea889520008ed0113b
4+
category:
5+
uri: project-setup
56
---
67

78
> 🚧 Any issues?

docs/dotnet-setup.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: .NET Setup
33
slug: net-setup
4-
category: 62292aea889520008ed0113b
4+
category:
5+
uri: project-setup
56
---
67

78
> 🚧 Any issues?

docs/nodejs-setup.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Node.js Setup
33
slug: sending-logs-to-readme-with-nodejs
4-
category: 62292aea889520008ed0113b
4+
category:
5+
uri: project-setup
56
---
67

78
> 🚀 Upgrading to v6.0?

docs/php-laravel-setup.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: PHP (Laravel) Setup
33
slug: sending-logs-to-readme-with-php-laravel
4-
category: 62292aea889520008ed0113b
4+
category:
5+
uri: project-setup
56
---
67

78
> 🚀 Upgrading to v2.0?

docs/python-django-setup.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Python (Django) Setup
33
slug: python-django-api-metrics
4-
category: 62292aea889520008ed0113b
4+
category:
5+
uri: project-setup
56
---
67

78
> 🚧 Any issues?

docs/python-flask-setup.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Python (Flask) Setup
33
slug: python-flask-api-metrics
4-
category: 62292aea889520008ed0113b
4+
category:
5+
uri: project-setup
56
---
67

78
> 🚧 Any issues?

docs/python-wsgi-setup.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Python (Flask) Setup
33
slug: python-wsgi-api-metrics
4-
category: 62292aea889520008ed0113b
4+
category:
5+
uri: project-setup
56
---
67

78
> 🚧 Any issues?

docs/ruby-setup.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Ruby (Rails/Rack) Setup
33
slug: ruby-api-metrics-set-up
4-
category: 62292aea889520008ed0113b
4+
category:
5+
uri: project-setup
56
---
67

78
> 🚧 Any issues?

0 commit comments

Comments
 (0)