Skip to content

Commit

Permalink
Docs: Move catalog under concepts folder and add code of conduct page…
Browse files Browse the repository at this point in the history
… to act as root for ASF. (#9642)
  • Loading branch information
bitsondatadev committed Feb 5, 2024
1 parent 67a8f01 commit c4cb0fb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
8 changes: 3 additions & 5 deletions site/dev/common.sh
Expand Up @@ -200,14 +200,12 @@ clean () {

# Remove 'latest' directories and related Git worktrees
rm -rf docs/docs/latest &> /dev/null

git worktree remove docs/docs &> /dev/null
git worktree remove docs/javadoc &> /dev/null

rm -f docs/.asf.yaml &> /dev/null

# Remove any additional temporary artifacts (e.g., 'site/' directory)
rm -rf site/ &> /dev/null
# Remove any remaining artifacts
rm -rf docs/javadoc docs/docs docs/.asf.yaml site/

set -e # Re-enable script exit on errors
}

File renamed without changes.
18 changes: 9 additions & 9 deletions site/nav.yml
Expand Up @@ -32,18 +32,18 @@ nav:
- Talks: talks.md
- Vendors: vendors.md
- Project:
- Join: community.md
- Community: community.md
- Spec: spec.md
- View spec: view-spec.md
- Puffin spec: puffin-spec.md
- Multi-engine support: multi-engine-support.md
- How to release: how-to-release.md
- Terms: terms.md
- Concepts:
- Catalogs: catalog.md
- ASF:
- Sponsorship: https://www.apache.org/foundation/sponsorship.html
- Events: https://www.apache.org/events/current-event.html
- License: https://www.apache.org/licenses/
- Security: https://www.apache.org/security/
- Sponsors: https://www.apache.org/foundation/thanks.html
- ASF:
- Sponsorship: https://www.apache.org/foundation/sponsorship.html
- Events: https://www.apache.org/events/current-event.html
- License: https://www.apache.org/licenses/
- Security: https://www.apache.org/security/
- Sponsors: https://www.apache.org/foundation/thanks.html
- Concepts:
- Catalogs: concepts/catalog.md

0 comments on commit c4cb0fb

Please sign in to comment.