-
Notifications
You must be signed in to change notification settings - Fork 68
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
Issue 479: Support Docusaurus format #594
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Claudio Fahey <[email protected]>
Signed-off-by: Claudio Fahey <[email protected]>
Signed-off-by: Claudio Fahey <[email protected]>
Signed-off-by: Claudio Fahey <[email protected]>
7a3496e
to
e5b9c0d
Compare
Codecov Report
@@ Coverage Diff @@
## master #594 +/- ##
=========================================
Coverage 82.50% 82.50%
Complexity 427 427
=========================================
Files 40 40
Lines 2132 2132
Branches 187 187
=========================================
Hits 1759 1759
Misses 234 234
Partials 139 139 Continue to review full report at Codecov.
|
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.
We have added the catalog and python document in 0.10 release, please also include them in the docs. Please also fix the signoff issue as well.
Signed-off-by: Derek Moore <[email protected]>
6553c49
to
96098eb
Compare
flinkShadowJar group: 'io.pravega', name: 'pravega-connectors-flink-1.11_2.12', version: '0.9.0' | ||
``` | ||
flinkShadowJar group: 'io.pravega', name: 'pravega-connectors-flink-${versions['flink-minor']}_${versions.scala}', version: '${versions['flink-connectors']}'`} | ||
</code></pre> |
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.
What are the correct latest versions here, @crazyzhou? Version info comes from here: pravega/docs@cf71c4b#diff-21a0578522c567f65881e4e8dc3aaace32d60dbdabf2730082b7d9da9f6cb4d0R13
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.
flink: 1.13.2
flink.minor: 1.13
scala: 2.12
flink-connectors: 0.10.1
Any progress on this PR? @derekm |
Change log description
Update docs to support Docusaurus
Purpose of the change
Fixes #479
How to verify it
Build with github.com/pravega/docs