Skip to content

Commit 52b5245

Browse files
authored
Merge branch 'main' into google-cloud-python
2 parents e59fb22 + e6db343 commit 52b5245

File tree

98 files changed

+9182
-5086
lines changed

Some content is hidden

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

98 files changed

+9182
-5086
lines changed

.github/workflows/test-website.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ jobs:
3333
- name: Lint 🔍
3434
run: yarn run lint
3535

36+
- name: Format 🥇
37+
run: yarn run format
38+
3639
- name: Build site 🔨
3740
run: yarn run build

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ Learn more in [Gitpod's documentation on decision making][gitpod-rfd].
4040

4141
Minor updates to the codebase and documentation can be discussed in GitHub issues or in pull requests during code review. Contributors are expected to (informally) follow the consent-based decision making philosophy in these discussions.
4242

43-
4443
<!-- Reusable links -->
4544

46-
[nebari-team]: /docs/community/team-structure
45+
[nebari-team]: /community/team-structure
4746
[core-team]: https://github.com/orgs/nebari-dev/teams/core-team
4847
[consent-decision-making]: https://www.sociocracyforall.org/consent-decision-making/
4948
[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)