-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FCCEUD-80 Content checklist for Pantheon 2/Jupiter #627
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #627 +/- ##
============================================
- Coverage 52.85% 52.44% -0.42%
+ Complexity 528 527 -1
============================================
Files 156 154 -2
Lines 5165 5076 -89
Branches 799 785 -14
============================================
- Hits 2730 2662 -68
+ Misses 2300 2287 -13
+ Partials 135 127 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Please add FCCEUD-80 to the beginning of the PR title. It makes it easier for me to search for FCCEUD PRs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok to me. However, I would like @xdavidson to have a look as well
*Not supported* | ||
|
||
`:leveloffset: +1 | ||
modules/core-services/proc_registering-the-system-after-the-installation.adoc[leveloffset: -1]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like include::
is missing at the beginning of this line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@noopurmath3 , it does look like 'include::' is missing on line 34
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copied what was written in https://docs.engineering.redhat.com/pages/viewpage.action?pageId=173289387 -- see the "Avoid Unsupported includes" section. I am checking with the person who wrote the document and will copy you. .
*Not supported* | ||
|
||
`:leveloffset: +1 | ||
modules/core-services/proc_registering-the-system-after-the-installation.adoc[leveloffset: -1]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lisa is correct, the include is missing. Also, the leveloffset: -1
should be on it's own line
modules/core-services/proc_registering-the-system-after-the-installation.adoc[leveloffset: -1]` | |
modules/core-services/proc_registering-the-system-after-the-installation.adoc | |
leveloffset: -1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great --- will fix and resubmit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like this? Maybe I didn't understand -- it still looks odd to me.
Not supported
:leveloffset: +1 include::modules/core-services/proc_registering-the-system-after-the-installation.adoc leveloffset: -1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:leveloffset: +1 + include::modules/core-services/proc_registering-the-system-after-the-installation.adoc + leveloffset: -1
GitHub is erasing my hard returns (+)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like this? Maybe I didn't understand -- it still looks odd to me.
Not supported
:leveloffset: +1 include::modules/core-services/proc_registering-the-system-after-the-installation.adoc leveloffset: -1
In asciidoc, if you have a bunch of includes with no leveloffset like include::some-module.adoc[]
and put them in between :leveloffset: +1
and :leveloffset: -1
, they will all inherit leveloffset=+1
, as if you had all of the includes formatted like this include::modules/core-services/proc_registering-the-system-after-the-installation.adoc[leveloffset=+1]
. Unfortunately, it’s not supported as far as we know.
link to asciidoc manual https://docs.asciidoctor.org/asciidoc/latest/directives/include-with-leveloffset/
hope this clarifies
@xdavidson and @Levi-Leah, please check lines 33 and forward. |
xref support in pantheon 2 is different from that in Jupiter. Pantheon2 implemented its own xref macro to use path based xref target when modules are included in an assembly. This is an unsupported bahviour in upstream asciidoctor community. |
Resolves https://issues.redhat.com/browse/FCCEUD-80
Adds content checklist for Pantheon 2/Jupiter to online help.