Skip to content

Conversation

ccmao1130
Copy link
Contributor

@ccmao1130 ccmao1130 commented May 28, 2025

Changes Made

  • Merge terms & core concepts
  • Update colors & logos
  • Update Daft messaging across docs

See build here: https://www.getdaft.io/projects/docs/en/chanchan-docs-cleanup/ (logo in favicon will update once merged to main)

Checklist

  • Documented in API Docs (if applicable)
  • Documented in User Guide (if applicable)
  • If adding a new documentation page, doc is added to docs/mkdocs.yml navigation
  • Documentation builds and is formatted properly (tag @/ccmao1130 for docs review)

@github-actions github-actions bot added the docs label May 28, 2025
Copy link

codecov bot commented May 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.71%. Comparing base (52e74fd) to head (ac3c990).
Report is 6 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4434      +/-   ##
==========================================
+ Coverage   77.66%   77.71%   +0.04%     
==========================================
  Files         843      844       +1     
  Lines      112186   112601     +415     
==========================================
+ Hits        87128    87505     +377     
- Misses      25058    25096      +38     

see 58 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ccmao1130 ccmao1130 force-pushed the chanchan/docs-cleanup branch from b5aa73a to 0d38cd0 Compare June 1, 2025 19:48
@ccmao1130 ccmao1130 requested a review from kevinzwang June 2, 2025 00:53
Copy link
Member

@kevinzwang kevinzwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some small things, mostly on using the term "engine" instead of "tool"

@ccmao1130 ccmao1130 enabled auto-merge (squash) June 2, 2025 16:56
@samster25 samster25 disabled auto-merge June 2, 2025 17:08
@samster25 samster25 merged commit aff922a into main Jun 2, 2025
25 of 41 checks passed
@samster25 samster25 deleted the chanchan/docs-cleanup branch June 2, 2025 17:08
Comment on lines +644 to 645
Most commonly you will be creating expressions by using the [`daft.col()`][daft.expressions.col] function. The following example will create an expressiom referring to a columned named `A` but with every row incremented by 1.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi, super nit but I just saw these typos as I was reading through the docs myself. "expressiom" -> "expression" and "columned" -> "column"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call out! @ccmao1130, can you make a PR to fix some of these typos

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes! Will make the changes in #4488

@ccmao1130 ccmao1130 mentioned this pull request Jun 9, 2025
4 tasks
ccmao1130 added a commit that referenced this pull request Jun 13, 2025
## Changes Made

File paths for integrations are currently `integrations/...` when they
should be in their respective folder `io/...` and `catalogs/...`, moved
files accordingly

Added redirects from `integrations/...` to `io/...` and `catalogs/...`

Added an Integrations Overview page that will link to pages in their
respective folders

Added `↗` to all external links and all external links open in new tab

Typos called out in #4434

See build: https://docs.getdaft.io/en/chanchan-docs-integrations/

## Related Issues

#4313

## Checklist

- [ ] Documented in API Docs (if applicable)
- [x] Documented in User Guide (if applicable)
- [ ] If adding a new documentation page, doc is added to
`docs/mkdocs.yml` navigation
- [ ] Documentation builds and is formatted properly (tag @/ccmao1130
for docs review)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants