Skip to content

Commit

Permalink
chore: docs refresher (#1683)
Browse files Browse the repository at this point in the history
## Description

Docs Refresher, as I was pointing out places in our docs doing the
backwards compatability doc, I saw several places our docs needed to be
updated.

- remove reference to pepr-istio from docs as it is deprecated
## Related Issue

Fixes #
<!-- or -->
Relates to #

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging
- [x] Unit,
[Journey](https://github.com/defenseunicorns/pepr/tree/main/journey),
[E2E Tests](https://github.com/defenseunicorns/pepr-excellent-examples),
[docs](https://github.com/defenseunicorns/pepr/tree/main/docs),
[adr](https://github.com/defenseunicorns/pepr/tree/main/adr) added or
updated as needed
- [x] [Contributor Guide
Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request)
followed

---------

Signed-off-by: Case Wylie <[email protected]>
Co-authored-by: Sam Mayer <[email protected]>
  • Loading branch information
cmwylie19 and samayer12 authored Jan 23, 2025
1 parent 01c7660 commit bdbd258
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/030_user-guide/020_pepr-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## What is a Pepr Module?

A Pepr Module is a collection of files that can be used to create a new Pepr Project. A Pepr Module can be used to create a new Pepr Project by using the `npx pepr init` command.
A Pepr Module is a collection of [capabilities](https://docs.pepr.dev/main/user-guide/capabilities/), config and scaffolding in a Pepr Project. To create a module use the `npx pepr init` command.
2 changes: 0 additions & 2 deletions docs/030_user-guide/040_capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ You also can publish your own Pepr capabilities to NPM and import them. A coupl
- Reuseable capability versions should use the format `0.x.x` or `0.12.x` as examples to determine compatibility with other reusable capabilities. Before `1.x.x`, we recommend binding to `0.x.x` if you can for maximum compatibility.

- `pepr.ts` will still be used for local development, but you'll also need to publish an `index.ts` that exports your capabilities. When you build & publish the capability to NPM, you can use `npx pepr build -e index.ts` to generate the code needed for reuse by other Pepr modules.

- See [Pepr Istio](https://github.com/defenseunicorns/pepr-istio) for an example of a reusable capability.

0 comments on commit bdbd258

Please sign in to comment.