-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update template for monolithic operator pages #4
Conversation
cjsha
commented
Aug 2, 2024
- MRef.extension modified to inherit contextTask info from MultiDeviceFactory for aggregate nodes as well as
- Remove rhs2116 and miniscope tutorial placeholders
- Point to later repo in source code
- Mustache templating refactored to have table and diagram partial templates to reuse reoccuring html patterns
- css modified to make headers more distinctive
- No more filtering in filter.yml - toc organized using toc.extension.js
- Not filter enums allows the cloud build to reflect my local build (which was coming out different because the api folder never clears)
- Replace the word "node" with "operator"
- node in diagram is now aligned with the input/output boxes and the grey arrows
- MRef.extension modified to inherit contextTask info from MultiDeviceFactory for aggregate nodes as well as - Remove rhs2116 and miniscope tutorial placeholders - Point to later repo in source code - Mustache templating refactored to have table and diagram partial templates to reuse reoccuring html patterns - css modified to make headers more distinctive - No more filtering in filter.yml - toc organized using toc.extension.js - Not filter enums allows the cloud build to reflect my local build (which was coming out different because the api folder never clears) - Replace the word "node" with "operator" - node in diagram is now aligned with the input/output boxes and the grey arrows
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 good to me! Just a couple comments, let me know about the commented code and then we can merge if the checks clear.
|
||
{{/oe.operatorType}} | ||
|
||
{{#oe.hasSubOperators}} | ||
|
||
<h2>Properties</h2> | ||
|
||
<div>{{name.0.value}} is a aggregate operator. It comprises of the following sub-operators: </div> |
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.
These are good, we should probably take this wording and apply it to the User Guide pages too
Looks like the TOC for tutorials needs to be updated and have the lines for the placeholder tutorials removed. |
- Resolve broken links by removing files from the tutorials/toc.yml that don't exist
The |
- edit template to use the showWorkflow flag