matt
a3a608bf54
Fix: Doc Linters ( #2577 )
...
* fix: prettier path
* chore: lint
2025-11-28 11:52:39 -05:00
Sebastian Graz
32823244c9
Docs: Brand alignment ( #2485 )
...
* Add local docs prettier rc
* prettier config
* Add logo + proper color setup
* rm svg ratio
* py version
* Add fonts + fix nextra theming tasks, borders, codeblocks
* push pnpm-lock
* remove nextra.css
* fix: docs cmd
* favicon
---------
Co-authored-by: mrkaye97 <mrkaye97@gmail.com >
2025-11-05 20:14:25 +01:00
Sid Premkumar
94a1fb4523
Update contributing.md file to reflect recent updates ( #2444 )
...
* Update contributing.md file to reflect recent updates
* PR feedback
2025-10-28 10:19:49 -04:00
matt
20b465c068
[Docs]: Improve triggering from external services section, fix dependabot vuln ( #2393 )
...
* fix: override prismjs version
* fix: confusing inter-service triggering page
* fix: grammar
2025-10-07 11:58:44 -04:00
Mohammed Nafees
cb91f7033d
Serve management API swagger docs ( #2333 )
...
* serve management API swagger docs
* fix lint
2025-10-02 14:42:26 +02:00
Mohammed Nafees
b521521985
Bump pnpm version to 10.16.1 to support minimumReleaseAge ( #2308 )
...
* bump pnpm version to support minimumReleaseAge
* use pnpm only in TS SDK scripts
2025-09-17 19:04:59 +02:00
Gabe Ruttner
2427e48fa6
docs: introduction sections and nits ( #2200 )
...
* new pages
* invoke
* py
* lint
* revert
* lint again...
* Update frontend/docs/pages/home/architecture.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update frontend/docs/pages/home/guarantees-and-tradeoffs.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update frontend/docs/pages/home/guarantees-and-tradeoffs.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* docs: small improvements (#2205 )
* docs: small improvements
* quick fix
* matts comments
* ts snip
* lint
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: abelanger5 <belanger@sas.upenn.edu >
2025-08-26 11:51:50 -07:00
Gabe Ruttner
92f97dc81c
chore(docs): update mermaid dependency ( #2164 )
...
* update
* fix: build
2025-08-20 06:22:48 -07:00
matt
f8e5f357d9
Fix: More examples / snippets fixes + rework ( #2150 )
...
* feat: start reworking snippets
* feat: start cleaning up gen script
* fix: start updating refs everywhere
* feat: start fixing broken snippet links
* fix: more snippets
* fix: more updates
* chore: lint
* fix: taskfile
* fix: script
* fix: escaping issue + mergent blog
* fix: bunch more
* chore: lint
* fix: implement more of them
* fix: retry
* fix: the rest
* chore: lint
* fix: highlight
* fix: ugh
* fix: start removing dead code from old snippet method
* fix: rest of the refs
* fix: remove all of the rest of the <GithubSnippet uses
* fix: couple more
* fix: last few errors
* fix: handle example writes
* fix: delete to test update
* fix: CI, attempt 1
* feat: helpful error on no snippet
* fix: lint
* chore: rm unused js file
* feat: improve GHA
* debug: run action on branch
* fix: rm pnpm
* fix: try to leave comment instead
* fix: don't run on branch
* fix: factor out GH info
* fix: include code path
* fix: ts
2025-08-17 10:22:16 -05:00
matt
57bb24aef1
Fix: Auto-generate docs snippets and examples ( #2139 )
...
* fix: gitignore all the generated stuff
* debug: try fixing build
* debug: build error part ii
* debug: move more deps out of dev
* fix: lock
* debug: lockfile
* fix: make dir
* fix: ci
* fix: dir
* debug: sed
* fix: sed
* debug: allow skipping
* Revert "debug: allow skipping"
This reverts commit 88e0ff870d .
* debug: ci
* fix: corepack
* debug: dir
* debug: sed
* debug: path
* fix: rm sync docs for now
* fix: remove more stuff
* fix: rm unused stuff
* fix: rm copy:app
* chore: lint
* fix: rm prettier from boot
* fix: couple missing scripts
* feat: auto-gen examples on push to main
* debug: test on this branch
* fix: install pnpm
* fix: cd
* fix: cmd
* Auto-generate files after merge [skip ci]
* fix: only copy examples
* debug: dummy commit for examples check
* chore: regenerate examples
* fix: naming
* fix: unwind dummy
* fix: only run on main
* fix: pre commit
* fix: naming
* chore: gen, fix task pre
* feat: create pr
* feat: only push examples changes
* fix: don't run from this branch
* fix: regen lockfile
* fix: regen docs lockfile
---------
Co-authored-by: GitHub Action <action@github.com >
2025-08-14 18:17:29 -05:00
Gabe Ruttner
d1591db5de
chore: update docs dependencies ( #1824 )
...
* update
* lock
2025-06-09 05:34:07 -07:00
abelanger5
4d95b1c80c
docs: new blog post ( #1728 )
...
* docs: new blog post
* readability
* subscribe form
* drop reo
* linting
* resolve feedback
---------
Co-authored-by: gabriel ruttner <gabriel.ruttner@gmail.com >
2025-05-15 17:00:07 -04:00
Gabe Ruttner
8e80faf2d6
Fe overhaul docs ( #1640 )
...
* api changes
* doc changes
* move docs
* generated
* generate
* pkg
* backmerge main
* revert to main
* revert main
* race?
* remove go tests
2025-04-30 14:10:09 -07:00
Matt Kaye
c8f56e0872
Feat: Python SDK Documentation, Part I ( #1567 )
...
* feat: initial mkdocs setup
* chore: lock
* fix: config + start getting docs working
* fix: remove lots more redundant :type docs, update config more
* feat: split up clients
* feat: add pydoclint
* fix: rm defaults from docstrings
* fix: pydoclint errors
* feat: run pydoclint in ci
* fix: lint on 3.13
* debug: try explicit config path
* fix: ignore venv
* feat: index, styling
* fix: rm footer
* fix: more style tweaks
* feat: generated docs
* fix: refactor a bit
* fix: regen
* Revert "fix: regen"
This reverts commit 7f66adc77840ad96d0eafe55c8dd467f71eb50fb.
* feat: improve prompting
* feat: add docs, modify theme config to enable toc for docs
* fix: lint
* fix: lint
* feat: regenerate
* feat: bs4 for html parsing
* feat: preview correctly
* fix: exclude site subdir from all the linters
* refactor: break up script into components
* feat: remove a bunch more stuff from the html
* feat: prettier, enable toc
* fix: enable tocs in more places + sort properly
* fix: code blocks, ordering
* fix: ordering
* feat: finish up feature clients
* fix: rm unused deps
* fix: routing + property tags + sidebar
* fix: hatchet client + formatting
* fix: allow selecting single set of files
* fix: lint
* rm: cruft
* fix: naming
* fix: runs client attrs
* fix: rm cruft page
* feat: internal linking + top level description
* [Python]: Fixing some more issues (#1573 )
* fix: pass priority through from the task
* fix: improve eof handling slightly
* chore: version
* fix: improve eof handling
* fix: send prio from durable
* fix: naming
* cleanup: use a variable
* chore: version
* feat: comment explaining page depth thing
* chore: bump ver
* feat: standalone docs
* fix: prompting + heading levels
2025-04-18 15:34:07 -04:00
Gabe Ruttner
80e3ef6a13
Fix security patches ( #1462 )
...
* patch: next
* patch: axios
* nextra 2 -> 3
* final fixes for docs
* fix: v0-docs
* chore: update dependencies
* chore: update fe
* chore: final fixes
* fix: vite
* fix: generate
* chore: generate
* chore: generate
* lint
2025-04-01 06:40:42 -07:00
Gabe Ruttner
6696c987af
feat: add cookie check and tooling ( #1458 )
...
* feat: add cookies
* fix: local build
* fix: add consent
* fix: in main
* lint
* revert
* lint
* with mini..
* rea add lottie
* wrap
2025-03-31 14:25:53 -07:00
Gabe Ruttner
5cda236e5d
fix: addl meta unmarshal deep obj ( #1245 )
...
* fix: addl meta unmarshal
* fix: ci
* fix: ci
* fix: ci
2025-02-04 10:59:36 -08:00
Gabe Ruttner
c88a18180a
docs: git driven snips -- on failure page ( #1043 )
...
* feat: universal tabs
* fix: consistent tab naming
* feat: paths
* wip: chunk parser
* wip: dynamic snips
* wip: components
* docs: annotated go
* docs: improved annotations
* chore: fix
* feat: on-failure
* todo: switch branch to main
* chore: lint
* chore: lint
* fix: resolved theme
* cache
* fix: theme again...
* todo list
* docs: shadcn
* docs: code example uses shadcn
* fix: build
* python note
* chore: lint
* chore: swap main
* feat: local story
* fix: is dev
* revert the change that broke vercel
* fix: redirect?
* feat: seo title
2024-11-18 15:50:51 -08:00
abelanger5
d1835458d8
chore: update versions of protoc,pnpm ( #497 )
...
* chore: update versions of protoc,pnpm
* chore: bump pnpm
2024-05-14 17:47:01 -04:00
abelanger5
7cf506a026
docs(blog): multi-tenant queues and fairness ( #378 )
...
* docs: concurrency blog
* blog: multi-tenant queues and fairness
2024-04-13 09:28:30 -04:00
Luca Steeb
82cb1c0936
chore(docs): add and run prettier ( #284 )
2024-03-22 23:04:19 +07:00
Gabe Ruttner
22cdea8170
feat: doc improvements ( #222 )
...
* feat: split sdk and user guides
* fix: feedback
* feat: new doc structure
* fix: hidden pages
* feat: overview pages
* feat: working with hatchet
* docs: cancel-in-progress
* docs: round-robin
* docs: cancellation in node
* docs: update durable execution
* docs: streaming
* docs: errors-logging
* docs: add todo for screenshot
* docs: concurrency overview
* docs: clarify maxRuns per worker
* docs: maxRun clarifications
* docs: retries
* docs: timeouts
* docs: triggering
* docs: menus
* docs: fast api tutorial
* docs: basic todos
* docs: little fixes
* docs: fixes
* chore: add posthog
* fix: rm page change tracking for now...
2024-03-06 09:36:22 -08:00
abelanger5
149fa7b15e
docs: improvements, launch post ( #183 )
...
* docs: improvements, launch post
* fix: python sdk exception
* Update README.md
* add videos, remove gifs
* docs logo link should be homepage
* Update README.md
* copy edits and feedback
2024-02-22 14:56:51 -05:00
abelanger5
d97fe63149
docs: specify SDK environment variables and compatibility ( #126 )
...
* docs: initial sdk compatability docs
* feat: style and update docs
* fit: ignore logo for redirects
2024-02-03 23:16:03 -05:00
abelanger5
5937b9fd98
feat(go-sdk): add ability to create workflows from the Go SDK more easily, quickstart improvements ( #30 )
...
* feat: add initial docs site
* feat: allow workflows to be defined from go sdk
* fix release action
* chore: remove server dependencies from client
* fix: use correct certificate for server
* chore: add port and bind address to grpc config
* fix: add env for grpc config
* fix: nil pointer when output is null
* chore: support variation in output args
* fix unresolve merge conflict
* fix: quickstart improvements
* temp remove database url
* fix: action id not required for event
* fix: actionid validation for events
* Remove deleted files
2024-01-02 09:02:53 -05:00
Luca Steeb
aedd328d0a
ci(frontend): add pnpm to frontend dockerfile ( #41 )
2024-01-01 21:07:36 +07:00
abelanger5
2231f4a9c9
fix: pin nextra version ( #35 )
2023-12-29 15:44:46 -05:00
abelanger5
7df6fbe145
feat: add initial docs site ( #14 )
...
* feat: add initial docs site
* docs: create initial documentation and update readme
2023-12-29 14:35:20 -05:00