-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add 'pulp-core serve' and repolist.yml parsing
- pulp-core serve: calls mkdocs serve with the right mkdocs.yml (from pulp-docs packaged data) - repolist.yml: the file describing the repositories to be included in the docs and information to fetch them (local/remote URI).
- Loading branch information
Showing
5 changed files
with
164 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
meta: | ||
rest_api_template: https://docs.pulpproject.org/{}/restapi.html | ||
workdir: | ||
|
||
repos: | ||
core: | ||
- name: pulpcore | ||
title: Common | ||
content: | ||
- name: pulp_rpm | ||
title: Rpm Package!!! | ||
- name: pulp_deb | ||
title: Debian Package !!! | ||
- name: pulp_maven | ||
title: Maven | ||
other: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters