Skip to content

Commit 2ced8d3

Browse files
authored
Merge branch 'main' into security-options
2 parents 92a4cb2 + 7a7a491 commit 2ced8d3

Some content is hidden

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

70 files changed

+8288
-4410
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636

3737
# Misc...
3838
- repo: https://github.com/pre-commit/pre-commit-hooks
39-
rev: v4.6.0
39+
rev: v5.0.0
4040
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
4141
hooks:
4242
# Autoformat: Makes sure files end in a newline and only a newline

docs/.eslintrc.json

Lines changed: 0 additions & 42 deletions
This file was deleted.
File renamed without changes.

docs/docs/community/decision-making.md renamed to docs/community/decision-making.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Minor updates to the codebase and documentation can be discussed in GitHub issue
4242

4343
<!-- Reusable links -->
4444

45-
[nebari-team]: /docs/community/team-structure
45+
[nebari-team]: /community/team-structure
4646
[core-team]: https://github.com/orgs/nebari-dev/teams/core-team
4747
[consent-decision-making]: https://www.sociocracyforall.org/consent-decision-making/
4848
[rfd-issue]: https://github.com/nebari-dev/governance/issues/new?assignees=&labels=type%3A+RFD&projects=&template=RFD.md&title=RFD+-+Title

docs/docs/community/doc-contributions.md renamed to docs/community/doc-contributions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ This command starts a local development server and opens up a browser window.
161161
Most changes are reflected live without having to restart the server.
162162

163163
:::note
164-
By default, this will load your site at <http://localhost:3000/>.
164+
By default, this will load your site at \<http://localhost:3000/\>.
165165

166166
You can specify a different port with `yarn start --port <port-number>`.
167167
:::
@@ -183,7 +183,7 @@ yarn run serve
183183
```
184184

185185
:::note
186-
By default, this will also load your site at <http://localhost:3000/>.
186+
By default, this will also load your site at \<http://localhost:3000/\>.
187187

188188
You can specify a different port with `yarn start --port <port-number>`.
189189
:::

docs/docs/community/index.mdx renamed to docs/community/introduction.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ Our contributing and community guidelines take inspiration from the following pr
134134
- [Julia Language](https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md)
135135
- [nteract](https://github.com/nteract/nteract/blob/main/CONTRIBUTING.md)
136136

137-
<!-- <DocCardList items={useCurrentSidebarCategory().items} /> -->
138-
139-
<!-- Links -->
137+
{/* Links */}
140138

141139
[nebari-issues]: https://github.com/nebari-dev/nebari/issues
142140
[nebari-prs]: https://github.com/nebari-dev/nebari/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc
@@ -145,7 +143,7 @@ Our contributing and community guidelines take inspiration from the following pr
145143
[nebari-design]: https://github.com/nebari-dev/nebari-design
146144
[nebari-governance]: https://github.com/nebari-dev/governance
147145

148-
<!-- Internal links -->
146+
{/* Internal links */}
149147

150148
[code-contributions]: community/code-contributions.mdx
151149
[docs-contributions]: community/doc-contributions.md

docs/docs/community/issues.md renamed to docs/community/issues.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If an issue is affecting you, start at the top of this list and complete as many
4747

4848
1. Check the [issue tracker][nebari-issues], if there is an open issue for this same problem, add a reaction or more details to the issue
4949
to indicate that it’s affecting you (tip: make sure to also check the open [pull requests][nebari-prs] for ongoing work).
50-
2. You should also check the [troubleshooting guide](../troubleshooting.mdx) in these docs to see if your problem is already listed there.
50+
2. You should also check the [troubleshooting guide][troubleshooting] in these docs to see if your problem is already listed there.
5151
3. If there is an open issue, and you can add more detail, write a comment describing how the problem is affecting you,
5252
OR if you can, write up a work-around or improvement for the issue.
5353
4. If there is not an issue, write the most complete description of what’s happening including reproduction steps.
@@ -66,7 +66,11 @@ The following actions are typically useful:
6666
- Linking to related issues or discussions while briefly describing how they are related, for instance “See also #xyz for a similar attempt at this” or “See also #xyz where the same thing happened in another cloud provider" provides context and helps the discussion.
6767
- Summarizing long discussions on issues to help new and existing contributors quickly understand the background, current status, and course of action for the issue.
6868

69-
<!-- links -->
69+
<!-- Internal links -->
70+
71+
[troubleshooting]: /docs/troubleshooting
72+
73+
<!-- External Links -->
7074

7175
[nebari-issues]: https://github.com/nebari-dev/nebari/issues
7276
[nebari-labels]: https://github.com/nebari-dev/nebari/labels
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)