1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Commit Graph

24 Commits

Author SHA1 Message Date
letiescanciano
2ca40255c4 fix: pinned dompurify version (#46985) 2024-10-18 16:43:42 +02:00
letiescanciano
13b158ef95 📚 docs: Allow visitors to request ERDs (#45694) 2024-10-10 07:51:39 +02:00
Ben Church
e9e4b6896e feat(docs): Add cdk version, metrics, and last updated (#38799)
## What

Adds the following to the metrics component in docs
1. CDK version
2. Last updated ad
3. Sync success rate
4. Usage rate


Does not
1. Add metric icons. (Next PR
2024-06-12 08:46:11 -07:00
dependabot[bot]
e2305b723c Bump sanitize-html from 2.11.0 to 2.12.1 in /docusaurus (#36674)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-28 18:41:40 -07:00
Joe Reuter
2aa7327a8e airbyte-lib: Hidden documentation (#34702)
Co-authored-by: Aaron ("AJ") Steers <aj@airbyte.io>
2024-02-01 11:43:54 +01:00
Joe Reuter
84ce3b1c1d airbyte-lib: Connector documentation (#33063) 2024-01-23 14:41:15 +01:00
Natik Gadzhi
a6eff44c9d Docs: Upgrading to latest Babel, PostCSS plugins, etc (#33840) 2024-01-03 10:50:39 -08:00
Tim Roes
faedd86ee0 📚 Add availability information to docs (#33650) 2023-12-20 18:47:58 +01:00
Joe Bell
e20896cede Adding Mermaid Diagrams to Docs (#32667) 2023-12-12 23:32:36 +00:00
Joe Reuter
e2789b4f03 Update docusaurus to 3 (#33041) 2023-12-11 17:03:18 +01:00
Evan Tahler
4271604d2f Update Docusaurus packages (#31925) 2023-10-27 14:14:12 -07:00
Tim Roes
8294db88b0 Allow users to rate pages' usefulness (#30561) 2023-09-20 15:08:58 +02:00
Tim Roes
93a2b629df Remove google plugins from docs (#30431) 2023-09-14 15:10:28 +02:00
Tim Roes
4087759317 Make redirects in docusaurus a yml config (#30100) 2023-09-01 22:19:00 +02:00
Joe Reuter
e96fc22d6f Connector builder documentation: Auto-generate yaml reference and link up in fitting places (#25428)
* auto-generate yaml reference and link up

* Update description

* Add examples

* format

* update

* update

* add description for params

* Update declarative_component_schema.yaml

* render type and examples for interpolation variables

* fix schema bug

* Regenerate yarn lock file

---------

Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
2023-04-26 16:08:35 +02:00
Joe Reuter
2d1814489b change port (#25474) 2023-04-26 09:24:07 +02:00
Topher Lubaway
286b51ba58 Version bumps docusaurus because firefox (#17849)
firefox was not showing the search bar
this update seems to fix the problem

https://airbytehq-team.slack.com/archives/C032Y32T065/p1665503058314239
2022-10-11 11:14:31 -05:00
Snyk bot
8b763cc531 fix: upgrade prism-react-renderer from 1.3.3 to 1.3.5 (#14980)
Snyk has created this PR to upgrade prism-react-renderer from 1.3.3 to 1.3.5.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/davinchia/project/50ac983e-6d39-4eda-a744-e51fe8873952?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: Topher Lubaway <asimplechris@gmail.com>
2022-07-27 10:12:02 -05:00
Sophia Wiley
1db8e99072 Add Metrics section to Scaling Airbyte doc (#14224)
* Added metrics section to scaling airbyte doc

* Updated URL in doc

* Deleted link

* Added link

* Added backslashes before brackets that aren't links

* Edited note about tagged metrics

* Changed list

* Changed spacing

* Changed spacing

* Changed spacing

* Deleted period

* Fixed broken firebolt link

* Added tables

* Cleaned up wording in tables
2022-06-29 10:24:03 -07:00
Topher Lubaway
d7cffe4ed7 Toph redirects some docs (#13200)
* Yarn install docs redirects

yarn upgrade && \
yarn add @docusaurus/plugin-client-redirects

* Makes a redirect in docs and guide to make another
2022-05-25 16:01:31 -05:00
Topher Lubaway
a9636850dc Change header links for docs (#13024)
also upgrades docusaurus
also removes legacy npm lock
2022-05-19 10:29:30 -05:00
Topher Lubaway
839beb32fc Bump async from 2.6.3 to 2.6.4 in /docusaurus (#12611)
rebased

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-05 10:16:43 -05:00
Topher Lubaway
b9d8f760e3 Trim 0.0.1 -> 0.0.3. Yarn upgrade rm json.lock (#12609)
* Trim 0.0.1 -> 0.0.3. Yarn upgrade rm json.lock

trim secuirty patch
general upgrade
remove unused package_lock.json

* Also updates nth check for depdendabot
2022-05-05 09:12:57 -05:00
Topher Lubaway
17407da1e6 Add docusaurus tool not pipeline logic (#11716)
* Adds docusaurs tooling

tooling works
broken links still exist

needs the pipeline to work with GH pages
merging sooner means that we won't have forked problems from
the relatively frequently updated docs folder

* Updates readme

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/README.md

Co-authored-by: Davin Chia <davinchia@gmail.com>

* Update docusaurus/docusaurus.config.js

Co-authored-by: Davin Chia <davinchia@gmail.com>

Co-authored-by: Davin Chia <davinchia@gmail.com>
2022-04-06 10:32:36 -07:00