Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
or pagename.startswith('api/')
or pagename.startswith('developer_guides/')
or pagename.startswith('models/')
or pagename.startswith('community/')
or pagename.startswith('quickstart/')
or (pagename.startswith('community/') and pagename != 'community/index')
or pagename.startswith('_modules/')
or pagename in ('search', 'genindex', 'py-modindex') %}

Expand Down
17 changes: 0 additions & 17 deletions docs/source/community/contribute.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/community/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ FlashDreams may carry their own licenses — please check those
separately.

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

Don't see your question?
------------------------
Expand Down
58 changes: 3 additions & 55 deletions docs/source/community/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,65 +13,13 @@
.. See the License for the specific language governing permissions and
.. limitations under the License.

Community
=========

.. container:: fd-hero fd-hero-band

.. rubric:: Community and contribution
:class: fd-hero-title

.. container:: fd-hero-lede

FlashDreams is an open-source project that can be found on GitHub at
`NVIDIA/flashdreams <https://github.com/NVIDIA/flashdreams>`__.
Follow the cards below to get started with communicating
with the team and community, getting help, and contributing to the project.

.. container:: fd-cta-row

.. grid:: 1 2 2 2
:gutter: 3
:margin: 0

.. grid-item-card:: Join the Discord!
:class-card: fd-feature
:link: discord
:link-type: doc

Real-time chat and office hours with maintainers and other users
on the NVIDIA Omniverse server.

.. grid-item-card:: Get help
:class-card: fd-feature
:link: support
:link-type: doc

Pick the right channel, file an actionable bug report, and see
what response times to expect from the maintainers.

.. grid-item-card:: Contribute
:class-card: fd-feature
:link: contribute
:link-type: doc

The full contribution flow: DCO sign-off, CI tiers, review
expectations, code of conduct, and project governance.

.. grid-item-card:: FAQ
:class-card: fd-feature
:link: faq
:link-type: doc

Answers to the questions that come up repeatedly in the issue
tracker and on Discord.


.. toctree::
:hidden:
:maxdepth: 1

contribute
support
discord
faq

.. include:: ../../../CONTRIBUTING.md
:parser: myst_parser.sphinx_
2 changes: 1 addition & 1 deletion docs/source/community/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Response times
--------------

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

Commercial support
Expand Down
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"index": [],
"quickstart/index": ["page-toc"],
"community/*": ["page-toc"],
"community/index": [],
"models/*": ["page-toc"],
"models/index": [],
"documentation": ["page-toc"],
Expand Down Expand Up @@ -132,7 +131,6 @@
"index": [],
"quickstart/index": [],
"community/*": ["sidebar-nav-bs"],
"community/index": [],
"models/*": ["sidebar-nav-bs"],
"documentation": ["search-field", "sidebar-nav-bs"],
"developer_guides/*": ["search-field", "sidebar-nav-bs"],
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FlashDreams
:color: secondary
:outline:

Community
Contribute

.. container:: fd-split-visual

Expand Down Expand Up @@ -336,4 +336,4 @@ invocation, the checkpoint source, and the per-recipe knobs.
Get Started <quickstart/index>
Documentation <documentation>
models/index
community/index
Contribute <community/index>
Loading