From 5c9df56dee3b3f60ae03dcfa44e0452b651905ac Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 21:41:25 +0000 Subject: [PATCH] feat: Updated sweep.yaml --- sweep.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sweep.yaml b/sweep.yaml index bf33353d03..129739510b 100644 --- a/sweep.yaml +++ b/sweep.yaml @@ -36,9 +36,9 @@ blocked_dirs: [] # docs: # - PyGitHub: ["https://pygithub.readthedocs.io/en/latest/", "We use pygithub to interact with the GitHub API"] docs: - - Squiggle: ["https://www.squiggle-language.com/docs", "Our main language. This comes from this repo, but is used in many parts of it." + - Squiggle: ["https://www.squiggle-language.com/docs", "Our main language. This comes from this repo, but is used in many parts of it."] - Codemirror: ["https://codemirror.net/docs/", "We use codemirror in /packages/components, for our editor"] - - d3: ["https://d3js.org/getting-started", "We use d3 for components, for charts and diagrams." + - d3: ["https://d3js.org/getting-started", "We use d3 for components, for charts and diagrams."] - React: ["https://legacy.reactjs.org/docs/getting-started.html", "We use React for all frontend stuff"] - Pathos: ["https://pathos.readthedocs.io/en/latest/pathos.html", "Used in /components/hub for our GraphQL Server"]