Skip to content

ci: get rdme docs upload workflow working again #1200

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
4 changes: 2 additions & 2 deletions .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: actions/checkout@v4

- name: Sync docs to ReadMe
uses: readmeio/rdme@v8
uses: readmeio/rdme@v10.2.0-next.5
with:
rdme: docs ./docs --key=${{ secrets.README_DEVELOPERS_API_KEY }} --version=${{ vars.README_DEVELOPERS_MAIN_VERSION }}
rdme: docs upload ./docs --key=${{ secrets.README_DEVELOPERS_API_KEY }} --version=${{ vars.README_DEVELOPERS_MAIN_VERSION }}
3 changes: 2 additions & 1 deletion docs/alternative-methods.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Other Ways to Send API Requests
slug: other-ways-to-use-api-metrics
category: 62292aea889520008ed0113b
category:
uri: project-setup
---

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.
Expand Down
3 changes: 2 additions & 1 deletion docs/aws-webhook.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Using Amazon API Gateway with the Personalized Docs Webhook
slug: amazon-api-gateway-webhook
category: 62292aea889520008ed0113b
category:
uri: project-setup
---

> 📘 Don't use Amazon API Gateway?
Expand Down
3 changes: 2 additions & 1 deletion docs/cloudflare-workers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Cloudflare Workers
slug: sending-logs-to-readme-with-cloudflare
category: 62292aea889520008ed0113b
category:
uri: project-setup
---

> 🚧 Any issues?
Expand Down
3 changes: 2 additions & 1 deletion docs/dotnet-setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: .NET Setup
slug: net-setup
category: 62292aea889520008ed0113b
category:
uri: project-setup
---

> 🚧 Any issues?
Expand Down
3 changes: 2 additions & 1 deletion docs/nodejs-setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Node.js Setup
slug: sending-logs-to-readme-with-nodejs
category: 62292aea889520008ed0113b
category:
uri: project-setup
---

> 🚀 Upgrading to v6.0?
Expand Down
3 changes: 2 additions & 1 deletion docs/php-laravel-setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: PHP (Laravel) Setup
slug: sending-logs-to-readme-with-php-laravel
category: 62292aea889520008ed0113b
category:
uri: project-setup
---

> 🚀 Upgrading to v2.0?
Expand Down
3 changes: 2 additions & 1 deletion docs/python-django-setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Python (Django) Setup
slug: python-django-api-metrics
category: 62292aea889520008ed0113b
category:
uri: project-setup
---

> 🚧 Any issues?
Expand Down
3 changes: 2 additions & 1 deletion docs/python-flask-setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Python (Flask) Setup
slug: python-flask-api-metrics
category: 62292aea889520008ed0113b
category:
uri: project-setup
---

> 🚧 Any issues?
Expand Down
3 changes: 2 additions & 1 deletion docs/python-wsgi-setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Python (Flask) Setup
slug: python-wsgi-api-metrics
category: 62292aea889520008ed0113b
category:
uri: project-setup
---

> 🚧 Any issues?
Expand Down
3 changes: 2 additions & 1 deletion docs/ruby-setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Ruby (Rails/Rack) Setup
slug: ruby-api-metrics-set-up
category: 62292aea889520008ed0113b
category:
uri: project-setup
---

> 🚧 Any issues?
Expand Down