Conversation
| --> | ||
|
|
||
|  | ||
|  |
There was a problem hiding this comment.
Broken on the repository 😱
|
|
||
| [iceberg-docs]: https://iceberg.apache.org/docs/latest/ | ||
| [iceberg-spec]: https://iceberg.apache.org/spec | ||
| [roadmap]: https://iceberg.apache.org/roadmap/ |
| ``` | ||
|
|
||
| !!! info | ||
| <!-- markdown-link-check-disable-next-line --> |
There was a problem hiding this comment.
Everything wiht {{ ... }} cannot be resolved 😭
| └─.asf.yaml | ||
| ``` | ||
|
|
||
| <!-- markdown-link-check-disable-next-line --> |
There was a problem hiding this comment.
Server is not running in the check :)
|
|
||
| **Author**: [Dipankar Mazumdar](https://www.linkedin.com/in/dipankar-mazumdar/) | ||
|
|
||
| <!-- markdown-link-check-disable-next-line --> |
There was a problem hiding this comment.
There seem to be general issues with snowflake.com as it returns a 403 forbidden.
| 1. Update variable `latestVersions.iceberg` to the new release version in `landing-page/config.toml` | ||
| 2. Update variable `latestVersions.iceberg` to the new release version and | ||
| `versions.nessie` to the version of `org.projectnessie.nessie:*` from [versions.props](https://github.com/apache/iceberg/blob/master/versions.props) in `docs/config.toml` | ||
| `versions.nessie` to the version of `org.projectnessie.nessie:*` from [mkdocs.yml](https://github.com/apache/iceberg/blob/main/site/mkdocs.yml) in `docs/config.toml` |
There was a problem hiding this comment.
Probably we need to update these docs. cc @ajantha-bhat
| ### 0.7.0 | ||
|
|
||
| * Git tag: [apache-iceberg-0.7.0-incubating](https://github.com/apache/iceberg/releases/tag/apache-iceberg-0.7.0-incubating) | ||
| * [0.7.0-incubating source tar.gz](https://www.apache.org/dyn/closer.cgi/incubator/iceberg/apache-iceberg-0.7.0-incubating/apache-iceberg-0.7.0-incubating.tar.gz) -- [signature](https://dist.apache.org/repos/dist/release/incubator/iceberg/apache-iceberg-0.7.0-incubating/apache-iceberg-0.7.0-incubating.tar.gz.asc) -- [sha512](https://dist.apache.org/repos/dist/release/incubator/iceberg/apache-iceberg-0.7.0-incubating/apache-iceberg-0.7.0-incubating.tar.gz.sha512) |
There was a problem hiding this comment.
Does not exist anymore.
|
Thanks for the review @nastra and @manuzhang |
|
Will this fix get deployed to docs site immediately? |
|
Hi guys, Just reporting something I have noticed in the docs website of Iceberg for versions 1.5.0 and 1.5.1 and also the 'latest' section Lets say I go to - I guess its visible in Markdown that most such "internal hyperlink" ie., links that points to other sections of Iceberg documentation have ".md" in the URLs , such as - [ https://iceberg.apache.org/docs/1.5.0/spark-getting-started.md#spark-type-to-iceberg-type , all the above links with ".md" give 404 error - The requested URL was not found on this server. and so i removed the ".md" and they all go to right sections/webpages. [ https://iceberg.apache.org/docs/1.5.0/spark-getting-started#spark-type-to-iceberg-type , This is seen in all the docs pages for 1.5.0 , 1.5.1 and 'latest' , but not in "nightly" pages example - |
|
@bitsondatadev could you take a look at the issue that @print-sid8 reported please? |
|
@nastra and @print-sid8 These are known issues for previous versions. I'm a bit surprised it's not fixed in 1.5.1 which was just released. |
|
I back-ported the fix to 1.5.x releases in #10411 |
* docs: Add links checker * Comments * Fix broken paths * Fix moar links * Last few
No description provided.