Skip to content

Commit

Permalink
add contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
vgkowski committed May 29, 2024
1 parent a31cf61 commit cc3a20d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/docs/constructs/cookbook/compiled-documentation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
sidebar_label: Documentation and code examples
---

Expand Down
2 changes: 1 addition & 1 deletion website/docs/constructs/cookbook/construct-design.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
sidebar_label: Constructs design
---

Expand Down
7 changes: 6 additions & 1 deletion website/docs/constructs/cookbook/contributing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Contributing to the Framework
---
sidebar_position: 1
sidebar_label: Contributing to the framework
---

# Contributing to the Framework


This is a TypeScript project managed by the [projen](https://github.com/projen/projen) tool. To contribute to the framework sub project, you need to have the following prerequisites:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/constructs/cookbook/custom-resources.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 5
sidebar_label: Custom Resources
---
import GeneratedCode from '../library/generated/_utils-custom-resources.mdx'
Expand Down
2 changes: 1 addition & 1 deletion website/docs/constructs/cookbook/tracked-construct.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 4
sidebar_label: Usage tracking
---

Expand Down

0 comments on commit cc3a20d

Please sign in to comment.