Skip to content

Commit

Permalink
Add Porting Guide (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat authored Mar 5, 2024
1 parent c75b1f6 commit 15c45db
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ Receptor is an overlay network intended to ease the distribution of work across
getting_started_guide/index
user_guide/index
developer_guide
porting_guide/index
roadmap/index
contributing
61 changes: 61 additions & 0 deletions docs/source/porting_guide/PORTING_2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
--------------------------
Receptor 2.x Porting Guide
--------------------------

.. contents::
:local:

We suggest you read this page along with the Receptor 2 Changelog to understand what updates you may need to make

^^^^^^^^^^^^^^^^^
Software Versions
^^^^^^^^^^^^^^^^^

""
Go
""
TBD

""""""
Python
""""""
TBD

^^^^^^^^
Features
^^^^^^^^

""""""""""
Deprecated
""""""""""
TBD

"""""""
Removed
"""""""
TBD

^^^^^^^^^^^^
Command Line
^^^^^^^^^^^^
TBD

^^^^^^^^^^^^^
Configuration
^^^^^^^^^^^^^
TBD

^^^^^^^^^^^^^^^
Control Service
^^^^^^^^^^^^^^^
TBD

^^^^^^^^^
Netceptor
^^^^^^^^^
TBD

^^^^^^^^^^
Workceptor
^^^^^^^^^^
TBD
5 changes: 5 additions & 0 deletions docs/source/porting_guide/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. toctree::
:maxdepth: 1
:glob:

receptor_porting_index
12 changes: 12 additions & 0 deletions docs/source/porting_guide/receptor_porting_index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
=======================
Receptor Porting Guides
=======================

This section lists porting guides that can help you in updating your environment from one version of receptor to the next.

.. toctree::
:maxdepth: 1
:glob:
:caption: Receptor Porting Guides

PORTING_2

0 comments on commit 15c45db

Please sign in to comment.