Skip to content

Commit

Permalink
User and Dev Manual Header pages: add links to other sections
Browse files Browse the repository at this point in the history
* Felt weird reading these high traffic pages with references
  to other pages and guide but no link to click
* Attempt to improve that by adding in these links
  • Loading branch information
clintonsteiner authored and pedro-psb committed Nov 1, 2024
1 parent 1a6b687 commit 2e6e8fb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
8 changes: 7 additions & 1 deletion docs/sections/dev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,20 @@ Common needs are to *improve docs, fix bugs and add features*.

---

Learn the basic for contributing to Pulp: opening PRs, code style, releases cycles and versioning.
Learn the basics for contributing to Pulp: opening PRs, code style, releases cycles and versioning.

[Contributing Code](site:pulpcore/docs/dev/tutorials/quickstart/)

[Contributing Documentation](site:pulpcore/docs/dev/tutorials/quickstart-docs)


- **Deep Dive**

---

Dive-in into Pulp code and architecture to help extend, improve and move the project forward.

[Architecture](site:pulpcore/docs/admin/learn/architecture/)


</div>
Expand Down
9 changes: 8 additions & 1 deletion docs/sections/help/more/docs-usage.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Documentation Usage

EDITME
The Pulp Documentation provides comprehensive information on managing, distributing, and maintaining repositories of software packages.
This guide will help you navigate and make the most of Pulp's documentation.

---

## Table of Contents
- [Start Here](site:pulpcore/docs/user/tutorials/)

5 changes: 2 additions & 3 deletions docs/sections/user/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ while **admin** needs are to *configure, deploy and maintain Pulp instances*.

---

Complete the starter tutorial to learn in practice the basics of managing content in Pulp.

Complete the [start tutorial](site:pulpcore/docs/user/tutorials/) to learn in practice the basics of managing content in Pulp.

- **Understand the docs**

---

Pulp has a rich ecosystem of plugins.
Understanding the docs can help you find information more efficiently.
[Understanding the docs](site:help/more/docs-usage) can help you find information more efficiently.

</div>
</div>
Expand Down

0 comments on commit 2e6e8fb

Please sign in to comment.