Skip to content

Commit

Permalink
chore: update doc-gen output_dir (#1123)
Browse files Browse the repository at this point in the history
## Description

The generated docs were moved, but it seems the script to generate them
was not updated to reflect the new location. This PR fixes that.

## Related Issue

Relates to #1119 because at the moment it has docs that shouldn't be
generated in it.

## Type of change

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

- [ ] Test, docs, adr added or updated as needed
- [x] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed

Signed-off-by: catsby <[email protected]>
Co-authored-by: Micah Nagel <[email protected]>
  • Loading branch information
catsby and mjnagel authored Dec 13, 2024
1 parent 498574c commit 496ea40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pepr/docs-gen/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as path from "path";
const INDENT_SIZE = 20;
const MAX_HEADER_LEVEL = 6;
const MAX_DEPTH = 10;
const OUTPUT_DIR = "./docs/reference/configuration/custom-resources/";
const OUTPUT_DIR = "./docs/reference/configuration/custom resources/";
const TABLE_STYLE = 'style="width: 100%; table-layout: fixed;"';

// Utility to capitalize the first letter of a string
Expand Down

0 comments on commit 496ea40

Please sign in to comment.