Skip to content

Commit 65808a0

Browse files
authored
Website Draft: Remove community landing page, go to Contribute (#331)
* Website: Remove community landing page, go to Contribute * Fix paths * Revert title change --------- Signed-off-by: aidanfnv <aidanf@nvidia.com>
1 parent d7cf909 commit 65808a0

7 files changed

Lines changed: 8 additions & 79 deletions

File tree

docs/source/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
or pagename.startswith('api/')
2929
or pagename.startswith('developer_guides/')
3030
or pagename.startswith('models/')
31+
or pagename.startswith('community/')
3132
or pagename.startswith('quickstart/')
32-
or (pagename.startswith('community/') and pagename != 'community/index')
3333
or pagename.startswith('_modules/')
3434
or pagename in ('search', 'genindex', 'py-modindex') %}
3535

docs/source/community/contribute.rst

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/source/community/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ FlashDreams may carry their own licenses — please check those
123123
separately.
124124

125125
Contributing back is welcome but not required. See
126-
:doc:`contribute` if you'd like to upstream a fix or improvement.
126+
:doc:`/community/index` if you'd like to upstream a fix or improvement.
127127

128128
Don't see your question?
129129
------------------------

docs/source/community/index.rst

Lines changed: 3 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -13,65 +13,13 @@
1313
.. See the License for the specific language governing permissions and
1414
.. limitations under the License.
1515
16-
Community
17-
=========
18-
19-
.. container:: fd-hero fd-hero-band
20-
21-
.. rubric:: Community and contribution
22-
:class: fd-hero-title
23-
24-
.. container:: fd-hero-lede
25-
26-
FlashDreams is an open-source project that can be found on GitHub at
27-
`NVIDIA/flashdreams <https://github.com/NVIDIA/flashdreams>`__.
28-
Follow the cards below to get started with communicating
29-
with the team and community, getting help, and contributing to the project.
30-
31-
.. container:: fd-cta-row
32-
33-
.. grid:: 1 2 2 2
34-
:gutter: 3
35-
:margin: 0
36-
37-
.. grid-item-card:: Join the Discord!
38-
:class-card: fd-feature
39-
:link: discord
40-
:link-type: doc
41-
42-
Real-time chat and office hours with maintainers and other users
43-
on the NVIDIA Omniverse server.
44-
45-
.. grid-item-card:: Get help
46-
:class-card: fd-feature
47-
:link: support
48-
:link-type: doc
49-
50-
Pick the right channel, file an actionable bug report, and see
51-
what response times to expect from the maintainers.
52-
53-
.. grid-item-card:: Contribute
54-
:class-card: fd-feature
55-
:link: contribute
56-
:link-type: doc
57-
58-
The full contribution flow: DCO sign-off, CI tiers, review
59-
expectations, code of conduct, and project governance.
60-
61-
.. grid-item-card:: FAQ
62-
:class-card: fd-feature
63-
:link: faq
64-
:link-type: doc
65-
66-
Answers to the questions that come up repeatedly in the issue
67-
tracker and on Discord.
68-
69-
7016
.. toctree::
7117
:hidden:
7218
:maxdepth: 1
7319

74-
contribute
7520
support
7621
discord
7722
faq
23+
24+
.. include:: ../../../CONTRIBUTING.md
25+
:parser: myst_parser.sphinx_

docs/source/community/support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Response times
9292
--------------
9393

9494
The maintainers aim for a first review on every PR within
95-
**two business days** (see the :doc:`contribute` guide for the
95+
**two business days** (see the :doc:`/community/index` guide for the
9696
canonical statement). Issues have no formal service-level agreement.
9797

9898
Commercial support

docs/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
"index": [],
9191
"quickstart/index": ["page-toc"],
9292
"community/*": ["page-toc"],
93-
"community/index": [],
9493
"models/*": ["page-toc"],
9594
"models/index": [],
9695
"documentation": ["page-toc"],
@@ -132,7 +131,6 @@
132131
"index": [],
133132
"quickstart/index": [],
134133
"community/*": ["sidebar-nav-bs"],
135-
"community/index": [],
136134
"models/*": ["sidebar-nav-bs"],
137135
"documentation": ["search-field", "sidebar-nav-bs"],
138136
"developer_guides/*": ["search-field", "sidebar-nav-bs"],

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ FlashDreams
5252
:color: secondary
5353
:outline:
5454

55-
Community
55+
Contribute
5656

5757
.. container:: fd-split-visual
5858

@@ -336,4 +336,4 @@ invocation, the checkpoint source, and the per-recipe knobs.
336336
Get Started <quickstart/index>
337337
Documentation <documentation>
338338
models/index
339-
community/index
339+
Contribute <community/index>

0 commit comments

Comments
 (0)