Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-23 Thread via GitHub
bitsondatadev commented on PR #8659: URL: https://github.com/apache/iceberg/pull/8659#issuecomment-1775020283 Yeah, I think the projects make sense to have a better visual of progress broken down by phase. The first phase was a bunch of research and discussion on the design, so that would h

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-23 Thread via GitHub
Fokko commented on PR #8659: URL: https://github.com/apache/iceberg/pull/8659#issuecomment-1774998904 @bitsondatadev Yes, I'm so excited to see this happening. Great work here! 🙌 I've created a project [here](https://github.com/orgs/apache/projects/300/views/1). Maybe jus a label mi

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-23 Thread via GitHub
bitsondatadev commented on PR #8659: URL: https://github.com/apache/iceberg/pull/8659#issuecomment-1774978383 > @bitsondatadev have you created a project to track progress and to-do list? Maybe others can help and pick up some tasks as well. I want to but I don't have the ability to s

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-22 Thread via GitHub
manuzhang commented on PR #8659: URL: https://github.com/apache/iceberg/pull/8659#issuecomment-1774333581 @bitsondatadev have you created a project to track progress and to-do list? Maybe others can help and pick up some tasks as well. -- This is an automated message from the Apache Git S

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-22 Thread via GitHub
rdblue merged PR #8659: URL: https://github.com/apache/iceberg/pull/8659 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apac

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-22 Thread via GitHub
rdblue commented on PR #8659: URL: https://github.com/apache/iceberg/pull/8659#issuecomment-1774192281 I'm going to merge this to unblock the next phase of work. Building the site works and I think once this is in we can move on to: 1. Update the style to match the current site 2. Add

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-20 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1367561171 ## site/README.md: ## @@ -0,0 +1,182 @@ + + +# Iceberg site and documentation + +This subproject contains the [MkDocs projects](https://www.mkdocs.org/) that def

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-20 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1367560477 ## site/README.md: ## @@ -0,0 +1,182 @@ + + +# Iceberg site and documentation + +This subproject contains the [MkDocs projects](https://www.mkdocs.org/) that def

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-20 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1367559085 ## site/README.md: ## @@ -0,0 +1,182 @@ + + +# Iceberg site and documentation + +This subproject contains the [MkDocs projects](https://www.mkdocs.org/) that def

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-20 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1367530477 ## site/.github/bin/deploy_docs.sh: ## @@ -0,0 +1,57 @@ +#!/bin/bash + +while [[ "$#" -gt 0 ]]; do +case $1 in +-v|--version) ICEBERG_VERSION="$2"; shift ;;

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-20 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1367530603 ## site/.github/bin/deploy_docs.sh: ## @@ -0,0 +1,57 @@ +#!/bin/bash + +while [[ "$#" -gt 0 ]]; do +case $1 in +-v|--version) ICEBERG_VERSION="$2"; shift ;;

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-20 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1367530281 ## site/.github/bin/deploy_docs.sh: ## @@ -0,0 +1,57 @@ +#!/bin/bash + +while [[ "$#" -gt 0 ]]; do +case $1 in +-v|--version) ICEBERG_VERSION="$2"; shift ;;

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-20 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1367527689 ## site/.github/bin/deploy_docs.sh: ## @@ -0,0 +1,57 @@ +#!/bin/bash + +while [[ "$#" -gt 0 ]]; do +case $1 in +-v|--version) ICEBERG_VERSION="$2"; shift ;;

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-20 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1367527441 ## site/.github/bin/deploy_docs.sh: ## @@ -0,0 +1,57 @@ +#!/bin/bash + +while [[ "$#" -gt 0 ]]; do +case $1 in +-v|--version) ICEBERG_VERSION="$2"; shift ;;

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-20 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1367527094 ## site/.github/bin/deploy_docs.sh.orig: ## @@ -0,0 +1,67 @@ +#!/bin/bash + +while [[ "$#" -gt 0 ]]; do +case $1 in +-v|--version) ICEBERG_VERSION="$2"; shif

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-20 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1367526487 ## site/README.md: ## @@ -0,0 +1,182 @@ + + +# Iceberg site and documentation + +This subproject contains the [MkDocs projects](https://www.mkdocs.org/) that define the

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-20 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1367526033 ## site/README.md: ## @@ -0,0 +1,182 @@ + + +# Iceberg site and documentation + +This subproject contains the [MkDocs projects](https://www.mkdocs.org/) that define the

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-20 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1367525768 ## site/README.md: ## @@ -0,0 +1,182 @@ + + +# Iceberg site and documentation + +This subproject contains the [MkDocs projects](https://www.mkdocs.org/) that define the

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-19 Thread via GitHub
bitsondatadev commented on PR #8659: URL: https://github.com/apache/iceberg/pull/8659#issuecomment-1771793120 @rdblue I have this now in a good state relative to the 1.4.0 docs in nightly, could you PTAL? Thanks! -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-07 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1349601992 ## docs-new/.github/bin/deploy_docs.sh: ## @@ -0,0 +1,39 @@ +#!/bin/bash + +while [[ "$#" -gt 0 ]]; do +case $1 in +-v|--version) ICEBERG_VERSION="$2"

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-06 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1349336499 ## docs-new/mkdocs.yml: ## @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTI

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-06 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1349160440 ## docs-new/.github/bin/deploy_docs.sh: ## @@ -0,0 +1,39 @@ +#!/bin/bash + +while [[ "$#" -gt 0 ]]; do +case $1 in +-v|--version) ICEBERG_VERSION="$2"; shift

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-05 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1348198680 ## docs-new/mkdocs.yml: ## @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTI

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-05 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1348126895 ## docs-new/.github/bin/deploy_docs.sh: ## @@ -0,0 +1,39 @@ +#!/bin/bash + +while [[ "$#" -gt 0 ]]; do +case $1 in +-v|--version) ICEBERG_VERSION="$2"

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-05 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1348089146 ## docs-new/README.md: ## @@ -0,0 +1,175 @@ + + +# Iceberg site and documentation + +This holds the static files that define and build the documentation site for Apache

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-05 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1348087991 ## docs-new/README.md: ## @@ -0,0 +1,123 @@ + + +# making-iceberg-docs + +Testbed for the Iceberg docs. + +## Requirements + +* Python >=3.9 +* pip + + +## Build proces

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-05 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1348087050 ## docs-new/.github/bin/deploy_docs.sh: ## @@ -0,0 +1,39 @@ +#!/bin/bash + +while [[ "$#" -gt 0 ]]; do +case $1 in +-v|--version) ICEBERG_VERSION="$2"; shift

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-05 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1348077823 ## docs-new/mkdocs.yml: ## @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-05 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1348077823 ## docs-new/mkdocs.yml: ## @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-05 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1348076686 ## docs-new/mkdocs.yml: ## @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-05 Thread via GitHub
rdblue commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1348075495 ## docs-new/mkdocs.yml: ## @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-05 Thread via GitHub
bitsondatadev commented on PR #8659: URL: https://github.com/apache/iceberg/pull/8659#issuecomment-1749722304 I've addressed the comments I intend to hit this review round, but have some open questions: - https://github.com/apache/iceberg/pull/8659#discussion_r1343890396 - https://gith

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-05 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1348043125 ## docs-new/mkdocs.yml: ## @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTI

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-05 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1347234000 ## docs-new/site/releases.md: ## @@ -0,0 +1,777 @@ +--- +title: "Releases" +--- + + +## Downloads + +The latest version of Iceberg is [{{ icebergVersion }}](http

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-05 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1347234000 ## docs-new/site/releases.md: ## @@ -0,0 +1,777 @@ +--- +title: "Releases" +--- + + +## Downloads + +The latest version of Iceberg is [{{ icebergVersion }}](http

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-05 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1347232147 ## docs-new/site/releases.md: ## @@ -0,0 +1,777 @@ +--- +title: "Releases" +--- + + +## Downloads + +The latest version of Iceberg is [{{ icebergVersion }}](http

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-04 Thread via GitHub
bitsondatadev commented on PR #8659: URL: https://github.com/apache/iceberg/pull/8659#issuecomment-1747804852 > My primary concern of moving the docs into the main repo was versioning and pollution. It seems like `git worktree` should solve that. I deployed this locally, it seems pretty str

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-04 Thread via GitHub
aokolnychyi commented on PR #8659: URL: https://github.com/apache/iceberg/pull/8659#issuecomment-1747740766 My primary concern of moving the docs into the main repo was versioning and pollution. It seems like `git worktree` should solve that. I deployed this locally, it seems pretty straigh

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-04 Thread via GitHub
aokolnychyi commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1346544156 ## docs-new/site/releases.md: ## @@ -0,0 +1,777 @@ +--- +title: "Releases" +--- + + +## Downloads + +The latest version of Iceberg is [{{ icebergVersion }}](https:

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-03 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1343936703 ## docs-new/mkdocs.yml: ## @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTI

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-03 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1343936703 ## docs-new/mkdocs.yml: ## @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTI

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-03 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1343924855 ## docs-new/mkdocs.yml: ## @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTI

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-03 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1343891043 ## docs-new/mkdocs.yml: ## @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTI

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-03 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1343890396 ## docs-new/mkdocs.yml: ## @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTI

Re: [PR] Phase 1 - New Docs Deployment [iceberg]

2023-10-02 Thread via GitHub
bitsondatadev commented on code in PR #8659: URL: https://github.com/apache/iceberg/pull/8659#discussion_r1343407301 ## docs-new/README.md: ## @@ -0,0 +1,123 @@ + + +# making-iceberg-docs + +Testbed for the Iceberg docs. + +## Requirements + +* Python >=3.9 +* pip + + +## Build