File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 9898# -- Options for HTML output -------------------------------------------------
9999# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
100100
101- html_baseurl = "https://https:// lucasfang.github.io/paimon-cpp/"
101+ html_baseurl = "https://lucasfang.github.io/paimon-cpp/"
102102html_theme = "pydata_sphinx_theme"
103103html_static_path = ["_static" ]
104104
153153 "github_repo" : "paimon-cpp" ,
154154 "github_version" : "main" ,
155155 "doc_path" : "docs/source" ,
156+ "relative_urls" : "True" ,
156157}
157158
158159html_title = f"C++ Paimon"
Original file line number Diff line number Diff line change 1919.. https://github.com/apache/paimon/blob/master/docs/content/concepts/basic-concepts.md
2020
2121 Basic Concepts
22- =======================
22+ ======================
2323
2424File Layouts
25- -----------------------
25+ ----------------------
2626All files of a table are stored under one base directory. Paimon files are
2727organized in a layered style. The following image illustrates the file layout.
2828Starting from a snapshot file, Paimon readers can recursively access all records
You can’t perform that action at this time.
0 commit comments