Skip to content

Commit

Permalink
Merge pull request #11 from pedro-psb/support-for-more-repos
Browse files Browse the repository at this point in the history
Add comprehensive support for Pulp repositories
  • Loading branch information
pedro-psb authored Feb 8, 2024
2 parents 01472a1 + a2fc42d commit 74978b5
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion src/pulp_docs/data/repolist.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
meta:
rest_api_template: https://docs.pulpproject.org/{}/restapi.html
workdir:

repos:
core:
Expand All @@ -21,6 +20,34 @@ repos:
owner: pulp
title: Python
branch: main
- name: pulp_ansible
owner: pulp
title: Ansible
branch: main
- name: pulp-certguard
owner: pulp
title: Certguard
branch: main
- name: pulp_container
owner: pulp
title: Container
branch: main
- name: pulp_deb
owner: pulp
title: Debian
branch: main
- name: pulp_ostree
owner: pulp
title: OSTree
branch: main
- name: pulp_rpm
owner: pulp
title: RPM
branch: main
# - name: pulp_file
# nested_under: pulp/pulpcore/pulp_file
# title: File
# branch: main
other:
- name: pulp-oci-images
owner: pulp
Expand All @@ -30,3 +57,23 @@ repos:
owner: pedro-psb
title: Docs Tool
branch: main
- name: pulp-operator
owner: pulp
title: Operator
branch: main
- name: pulp-cli
owner: pulp
title: Pulp CLI
branch: main
# - name: pulp_glue
# nested_under: pulp/pulp-cli/pulp_glue
# title: Pulp Glue
# branch: main
- name: pulp-openapi-generator
owner: pulp
title: OpenAPI Generator
branch: main
- name: pulpcore-selinux
owner: pulp
title: Selinux
branch: main

0 comments on commit 74978b5

Please sign in to comment.