Skip to content
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

[fix][doc] Migrate config docs to pulsar-site #17197

Merged
merged 9 commits into from
Aug 29, 2022
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,10 @@ public int compare(Field o1, Field o2) {
}

protected String prefix = """
:::note

This page is automatically generated from code files.
!> This page is automatically generated from code files.
urfreespace marked this conversation as resolved.
Show resolved Hide resolved
If you find something inaccurate, feel free to update `""";
protected String suffix = """
`. Do NOT edit this markdown file manually. Manual changes will be overwritten by automatic generation.

:::
""";

protected String generateDocByFieldContext(String className, String type, StringBuilder sb) throws Exception {
Expand Down
Loading