-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c75b1f6
commit 15c45db
Showing
4 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
|
||
receptor_porting_index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |