Skip to content

Commit 8720641

Browse files
committed
Rename internal general pulpproject docs dir
1 parent 8c570c0 commit 8720641

File tree

299 files changed

+5
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ repos:
44
rev: "v5.0.0"
55
hooks:
66
- id: "trailing-whitespace"
7-
exclude: "^pulp_docs"
7+
exclude: "^pulpproject.org"
88
- id: "end-of-file-fixer"
9-
exclude: "^pulp_docs"
9+
exclude: "^pulpproject.org"
1010
- id: "check-added-large-files"
1111
- id: "check-toml"
1212

@@ -29,5 +29,5 @@ repos:
2929
rev: "v1.32.0"
3030
hooks:
3131
- id: "typos"
32-
exclude: "(^tests)|(^docs)|(^pulp_docs)"
32+
exclude: "(^tests)|(^docs)|(^pulpproject.org)"
3333
...

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ repo_url: "https://github.com/pulp/pulpcore"
44
repo_name: "pulp/pulpcore"
55
edit_uri_template: "https://github.com/pulp/pulp-docs/edit/main/pulp_docs/{path}"
66

7-
docs_dir: "../pulp-docs/pulp_docs"
7+
docs_dir: "pulpproject.org"
88
theme:
99
name: material
10-
custom_dir: "../pulp-docs/custom"
10+
custom_dir: "custom"
1111
logo: assets/pulp_logo_icon.svg
1212
favicon: assets/favicon.ico
1313
features:

pulp_docs/blog/posts/2020/2019-12-12-pulp-3-is-GA.md renamed to pulpproject.org/blog/posts/2020/2019-12-12-pulp-3-is-GA.md

0 commit comments

Comments
 (0)