-
Notifications
You must be signed in to change notification settings - Fork 96
Add 0.13.2 docs #85
Add 0.13.2 docs #85
Conversation
| @@ -0,0 +1,6 @@ | |||
| --- | |||
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.
Was this file accidentally copied here? It causes hugo serve to fail and this should instead be in docs/archetypes/default.md (a copy already exists there).
| @@ -0,0 +1,5 @@ | |||
| --- | |||
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 files shouldn't be in a nested content/docs/docs directory. All of the sections should be placed directly in content/docs. The file tree for content should look like this.
content
├── _index.md
└── docs
├── api
│ ├── _index.md
│ ├── java-api-quickstart.md
│ ├── java-api.md
│ ├── java-custom-catalog.md
│ ├── javadoc
│ │ └── _index.md
│ ├── python-api-intro.md
│ ├── python-feature-support.md
│ └── python-quickstart.md
├── asf
│ ├── _index.md
│ ├── donate
│ │ └── _index.md
│ ├── events
│ │ └── _index.md
│ ├── license
│ │ └── _index.md
│ ├── security
│ │ └── _index.md
│ └── sponsors
│ └── _index.md
├── athena
│ └── _index.md
├── community
│ ├── _index.md
│ ├── blogs.md
│ ├── contributing.md
│ ├── join.md
│ └── talks.md
├── dremio
│ └── _index.md
├── emr
│ └── _index.md
├── flink
│ ├── _index.md
│ ├── flink-connector.md
│ └── flink-getting-started.md
├── format
│ ├── _index.md
│ ├── spec.md
│ ├── terms.md
│ └── view-spec.md
├── hive
│ └── _index.md
├── integrations
│ ├── _index.md
│ ├── aws.md
│ ├── jdbc.md
│ └── nessie.md
├── prestodb
│ └── _index.md
├── project
│ ├── _index.md
│ ├── benchmarks.md
│ ├── how-to-release.md
│ ├── how-to-verify-a-release.md
│ ├── multi-engine-support.md
│ ├── roadmap.md
│ ├── security.md
│ └── trademarks.md
├── releases
│ ├── 0.12.1
│ │ └── _index.md
│ ├── 0.13.0
│ │ └── _index.md
│ ├── 0.13.1
│ │ └── _index.md
│ ├── 0.13.2
│ │ └── _index.md
│ ├── _index.md
│ ├── latest
│ │ └── _index.md
│ └── release-notes.md
├── spark
│ ├── _index.md
│ ├── spark-configuration.md
│ ├── spark-ddl.md
│ ├── spark-getting-started.md
│ ├── spark-procedures.md
│ ├── spark-queries.md
│ ├── spark-structured-streaming.md
│ └── spark-writes.md
├── starrocks
│ └── _index.md
├── tables
│ ├── _index.md
│ ├── configuration.md
│ ├── evolution.md
│ ├── maintenance.md
│ ├── partitioning.md
│ ├── performance.md
│ ├── reliability.md
│ └── schemas.md
└── trino
└── _index.md
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.
should be fixed now
docs/content/docs/content/_index.md
Outdated
| @@ -0,0 +1,54 @@ | |||
| --- | |||
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.
This file already exists in docs/content/_index.md and shouldn't need to be duplicated here. Changes can be made to the existing location and that will get updated as soon as the version branch is cut.
|
@nastra the extra
That would be stated more clearly as:
See the tree structure in this comment. So for example the spark directory of markdown files should be |
bb03121 to
378a636
Compare
Co-authored-by: Samuel Redai <[email protected]>
samredai
left a comment
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.
LGTM 🚀
378a636 to
91acd39
Compare
No description provided.