You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ Python Package to help aggregating Pulp's multirepo ecosystem into a unified doc
12
12
13
13
This packages is:
14
14
15
-
- A `mkdocs-macros-plugin`[pluget](https://mkdocs-macros-plugin.readthedocs.io/en/latest/pluglets/).[relevant-code]()
16
-
- A repository for common doc website asset.[relevant-code](https://github.com/pedro-psb/pulp-docs/tree/main/src/pulp_docs/docs)
15
+
- A `mkdocs-macros-plugin`[pluget](https://mkdocs-macros-plugin.readthedocs.io/en/latest/pluglets/).
16
+
- A repository for common doc website asset.
17
17
- A centralized entrypoint for installing doc-related packages/tooling. (via its own requirements)
18
-
- A CLI for doc-related tasks, like serving and building.[relevant-code](https://github.com/pedro-psb/pulp-docs/blob/main/src/pulp_docs/cli.py)
18
+
- A CLI for doc-related tasks, like serving and building.
19
19
20
20
The idea is that each repository should install `pulp-docs` and imediatelly be able run the unified website server.
21
21
Also, this should be used for the production build.
@@ -24,7 +24,7 @@ Also, this should be used for the production build.
24
24
25
25
Through a `mkdocs-macro-plugin` hook (called in early stages of mkdocs processing), we inject the following steps:
26
26
27
-
1. Read `repolist.yml` packaged with `pulp-docs` to know which repos/urls to use
27
+
1. Read [`repolist.yml`](https://github.com/pedro-psb/pulp-docs/blob/main/src/pulp_docs/data/repolist.yml) packaged with `pulp-docs` to know which repos/urls to use
28
28
1. Download/Move all source code required to dir under `tempfile.gettempdir()`
29
29
- Uses `../{repo}` if available OR
30
30
- Uses existing cached `{tmpdir}/{repo}` if available OR
@@ -39,13 +39,13 @@ And thats it, the magic is done.
0 commit comments