You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last week there were 88 commits.
🛠️ [Add external doc sidebar links and replace "Changelog" with one. (#1273) * Add external doc sidebar links and replace "Changelog" with one.
Keep in mind that this is meant as a quick fix, and the current sidebar system
is likely to be overhauled in the future in a way that will have the
functionality, but not necessarily invoked with the same "type" syntax.
This branch allows the sidebar to have external links, and changes the
"Changelog" link at the end to be a link to the DVC GitHub.
Both the sidebar utils and component had to be changed to enable this- the
sidebar utils moreso as the "external" type bypasses previous logic entirely.
Anything without "external" set on it is treated the same, however.
The component change just treats external-typed entries a little differently by
setting target=_blank and preventing the href from having anything prepended
to it. The best solution is to move this out of the component level entirely,
but the best solution isn't the quickest and I've already mentioned big sidebar
changes are coming soon.
Remove target: null from non-external links.
My mistake, I thought null was the proper syntax here and I guess the linter
missed it.
Change existing changelog link on Community to point to releases
Change sidebar link to releases page
Change external link component choice to an if statement.
This is easier to read for most people, and also works better with linters.
Make sidebar "type" type field optional
Add an external link icon ID to the changelog sidebar item
I just grabbed an SVG we already had. It could use some work, but this is a
simple working implementation so it's worth pushing.
Use SVGR for sidebar external icon
Let findChildWithSource accept external links
Some parts of the application still use the sidebar.json helpers to determine
their links, and when attempting to do so on external-type links broke the
build.
This change fixes that situation, letting the findChildWithSource function
adapt to input that isn't internal.
It's a bit ugly, but this whole branch is a bit ugly. The sidebar overhaul
should take care of this more cleanly in the future.
Remove old changelog pages
I'm sorry, they look like they took some effort to write! But that's also the
reason we have to stop writing these and get rid of the old ones.
Change sidebar external icon link to match font color.
I made a new SVG based off the other one. It uses "currentColor" so it will take
on the color of its surrounding font by default, and also is fully transparent.
This new SVG is only used in the sidebar- other external link icons are still
the old hard-coded blue and white one.
Change external link url to be under url key
Add target="_blank" on externals by default.
This is done the same way as we already do rel="noopener noreferrer".
The change applies site-wide, but only to external links that don't specify a target.
target can still be overridden with anything, including a blank string.
This runs the feed's htmlAst (from the remark transformer) through a processor
that changes all root-relative links (/example) into absolute
links (https://dvc.org/example), which is what many non-browser consumers of
HTML expect.
Finish getting things working with both processors.
This commit combines the root-relative rewriting with now-working image
unwrapping to deliver working images to the RSS feed!
The processor definition is also moved into the feed scope to take advantage of
the feed query to get the root URL.
Move the feed plugin back to its original space.
Since moving it out of gatsby-config won't be as simple as I thought, I decided
to leave it out of the scope of this branch.
Extract feed processor from gatsby-config to its own file
Also changed a bit around implementation:
Replaced rehype-urls, which depended on older rehype libs, with a local
implementation of the same thing for root-to-absolute linking.
The new feed util leans on the existing rehype-to-html function, and now the
new processor .uses less unified plugins as it only does AST processing.
Change unwrapped image styling in a way that respects original max-width
Revert package.json to its pre-branch form.
Use remark image wrapper class from its exported constants
Here's the Weekly Digest for iterative/dvc.org:
ISSUES
Last week 64 issues were created.
Of these, 48 issues have been closed and 16 issues are still open.
OPEN ISSUES
💚 #1269 ambassador blog draft, by andronovhopf
💚 #1268 Add templates to doc pages and give docs home one, by rogermparent
💚 #1266 doc: show-md on params/metrics diff, by skshetry
💚 #1262 [docs] add documentation on how to make a Pr with Gitpod., by nisarhassan12
💚 #1255 docs: Big DVC 1.0 release discrepancies, by jorgeorpinel
💚 #1253 Gitpod should clone a fork, by jorgeorpinel
💚 #1243 [minor] dev: Twitter embeds don't hot-reload, by jorgeorpinel
💚 #1240 [accessibility] nav: skip hidden sidebar items for keyboard navigation, by jorgeorpinel
💚 #1239 links in image captions can't contain underscore, by jorgeorpinel
💚 #1238 blog: make meta image URLs stable, by shcheklein
💚 #1235 blog: implement search, by jorgeorpinel
💚 #1231 blog: anchors to linked headers scroll too low, by jorgeorpinel
💚 #1227 blog links: mark external links with icon automatically, by jorgeorpinel
💚 #1224 blog: support lists properly in the descriptionLong frontmatter, by shcheklein
💚 #1220 add support for math markdown, by nadalfederer
💚 #1214 сommunity banner is outdated, by dmpetrov
CLOSED ISSUES
❤️ #1275 Restyle docs: update: add -R|--recursive, by restyled-io[bot]
❤️ #1274 Updates mribeirodantas' blog post URL, by mribeirodantas
❤️ #1273 Add external doc sidebar links and replace "Changelog" with one., by rogermparent
❤️ #1272 support external links on the sidebar (quick fix), by rogermparent
❤️ #1271 docs: update: add -R|--recursive, by efiop
❤️ #1270 Restyle ambassador blog draft, by restyled-io[bot]
❤️ #1267 docs: remote: azure: don't use obsoleted url format, by efiop
❤️ #1265 Fix sidebar support for empty links (/doc/ trailing slash issue), by rogermparent
❤️ #1264 Problems with trailing slashes on the new docs path, by rogermparent
❤️ #1263 Regular updates (May 7) and plot updates, by jorgeorpinel
❤️ #1261 Change tag page paths to be under /blog, by rogermparent
❤️ #1260 Change how relative fragments are handled., by rogermparent
❤️ #1259 cmd ref: -R flag for update command, by nik123
❤️ #1258 Add missing --local option in Azure instructions, by nilushancosta
❤️ #1257 Change "docs/home" to "docs", by rogermparent
❤️ #1256 docs: the definitive content sctructure!, by jorgeorpinel
❤️ #1254 user guide: format Gitpod note in docs contrib guide (using Gitpod), by AyokVoluntarios
❤️ #1252 try to replace pretty-quick fully with lint-staged, by jorgeorpinel
❤️ #1251 Change gitpod button to HTML link, by rogermparent
❤️ #1250 Change comment proxy cache TTL to 1 minute, by rogermparent
❤️ #1249 lint: replace pretty-quick --bail with lint-staged --no-stash, by jorgeorpinel
❤️ #1248 blog: improvements to 1.0 announcement, by jorgeorpinel
❤️ #1247 Last improvements to GSoD '20 blgo post (2), by jorgeorpinel
❤️ #1246 links: option to prevent external icon (for images e.g. buttons), by jorgeorpinel
❤️ #1245 Fix images in the RSS feed, by rogermparent
❤️ #1244 [docs]: correct the Gitpod button's Url., by nisarhassan12
❤️ #1242 Last improvements to GSoD '20 blgo post, by jorgeorpinel
❤️ #1241 blog: use pip install --upgrade for installing pre-release 1.0, by pmrowla
❤️ #1237 Restyle blog: GSoD 2020 post improvements, by restyled-io[bot]
❤️ #1236 Update user-guide/contributing/blog, by rogermparent
❤️ #1234 link-check: ignore URLs preceded by
#
, by casperdcl❤️ #1233 blog: GSoD 2020 post improvements, by jorgeorpinel
❤️ #1232 blog: "number of comments" cache is too aggressive, by shcheklein
❤️ #1230 Update 2020-05-04-dvc-3-years-and-1-0-release.md, by efiop
❤️ #1229 docs: run: remove -y|--yes, by efiop
❤️ #1228 nav: add internal navigation sidebar to blog posts?, by jorgeorpinel
❤️ #1226 simplify code contributions + reviews by fully automating the dev setup., by nisarhassan12
❤️ #1225 docs: run: update --no-exec description, by efiop
❤️ #1223 Restyle 3 years and 1.0 pre release, by restyled-io[bot]
❤️ #1222 blog: tags URL should be under blog prefix, by shcheklein
❤️ #1221 Restyle 3 years and 1.0 pre release, by restyled-io[bot]
❤️ #1219 docs: add
status -R
description, by efiop❤️ #1218 Restyle docs: update files/dirs for 1.0 release, by restyled-io[bot]
❤️ #1217 cmd ref: -R flag for status command, by nik123
❤️ #1216 Restyle docs: update files/dirs for 1.0 release, by restyled-io[bot]
❤️ #1215 docs: update files/dirs for 1.0 release, by efiop
❤️ #1213 3 years and 1.0 pre release, by dmpetrov
❤️ #1212 April release broken link, by dmpetrov
LIKED ISSUE
👍 #1213 3 years and 1.0 pre release, by dmpetrov
It received 👍 x0, 😄 x0, 🎉 x4 and ❤️ x0.
NOISY ISSUE
🔈 #1226 simplify code contributions + reviews by fully automating the dev setup., by nisarhassan12
It received 18 comments.
PULL REQUESTS
Last week, 40 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 5 pull requests were updated.
💛 #1269 ambassador blog draft, by andronovhopf
💛 #1266 doc: show-md on params/metrics diff, by skshetry
💛 #1262 [docs] add documentation on how to make a Pr with Gitpod., by nisarhassan12
💛 #1220 add support for math markdown, by nadalfederer
💛 #1074 get-started: full refactoring, by jorgeorpinel
MERGED PULL REQUEST
Last week, 35 pull requests were merged.
💜 #1275 Restyle docs: update: add -R|--recursive, by restyled-io[bot]
💜 #1274 Updates mribeirodantas' blog post URL, by mribeirodantas
💜 #1273 Add external doc sidebar links and replace "Changelog" with one., by rogermparent
💜 #1271 docs: update: add -R|--recursive, by efiop
💜 #1270 Restyle ambassador blog draft, by restyled-io[bot]
💜 #1267 docs: remote: azure: don't use obsoleted url format, by efiop
💜 #1265 Fix sidebar support for empty links (/doc/ trailing slash issue), by rogermparent
💜 #1261 Change tag page paths to be under /blog, by rogermparent
💜 #1260 Change how relative fragments are handled., by rogermparent
💜 #1258 Add missing --local option in Azure instructions, by nilushancosta
💜 #1257 Change "docs/home" to "docs", by rogermparent
💜 #1251 Change gitpod button to HTML link, by rogermparent
💜 #1250 Change comment proxy cache TTL to 1 minute, by rogermparent
💜 #1248 blog: improvements to 1.0 announcement, by jorgeorpinel
💜 #1247 Last improvements to GSoD '20 blgo post (2), by jorgeorpinel
💜 #1245 Fix images in the RSS feed, by rogermparent
💜 #1244 [docs]: correct the Gitpod button's Url., by nisarhassan12
💜 #1242 Last improvements to GSoD '20 blgo post, by jorgeorpinel
💜 #1241 blog: use pip install --upgrade for installing pre-release 1.0, by pmrowla
💜 #1236 Update user-guide/contributing/blog, by rogermparent
💜 #1234 link-check: ignore URLs preceded by
#
, by casperdcl💜 #1233 blog: GSoD 2020 post improvements, by jorgeorpinel
💜 #1230 Update 2020-05-04-dvc-3-years-and-1-0-release.md, by efiop
💜 #1229 docs: run: remove -y|--yes, by efiop
💜 #1226 simplify code contributions + reviews by fully automating the dev setup., by nisarhassan12
💜 #1225 docs: run: update --no-exec description, by efiop
💜 #1223 Restyle 3 years and 1.0 pre release, by restyled-io[bot]
💜 #1221 Restyle 3 years and 1.0 pre release, by restyled-io[bot]
💜 #1219 docs: add
status -R
description, by efiop💜 #1216 Restyle docs: update files/dirs for 1.0 release, by restyled-io[bot]
💜 #1215 docs: update files/dirs for 1.0 release, by efiop
💜 #1213 3 years and 1.0 pre release, by dmpetrov
💜 #1210 GSoD 2020 blog post, et al., by jorgeorpinel
💜 #1195 Regular updates (Apr 27), by jorgeorpinel
💜 #1186 Plots, by dmpetrov
COMMITS
Last week there were 88 commits.
🛠️ [Add external doc sidebar links and replace "Changelog" with one. (#1273) * Add external doc sidebar links and replace "Changelog" with one.
Keep in mind that this is meant as a quick fix, and the current sidebar system
is likely to be overhauled in the future in a way that will have the
functionality, but not necessarily invoked with the same "type" syntax.
This branch allows the sidebar to have external links, and changes the
"Changelog" link at the end to be a link to the DVC GitHub.
Both the sidebar utils and component had to be changed to enable this- the
sidebar utils moreso as the "external" type bypasses previous logic entirely.
Anything without "external" set on it is treated the same, however.
The component change just treats external-typed entries a little differently by
setting
target=_blank
and preventing thehref
from having anything prependedto it. The best solution is to move this out of the component level entirely,
but the best solution isn't the quickest and I've already mentioned big sidebar
changes are coming soon.
target: null
from non-external links.My mistake, I thought
null
was the proper syntax here and I guess the lintermissed it.
Change existing changelog link on Community to point to releases
Change sidebar link to releases page
Change external link component choice to an if statement.
This is easier to read for most people, and also works better with linters.
Make sidebar "type" type field optional
Add an external link icon ID to the changelog sidebar item
I just grabbed an SVG we already had. It could use some work, but this is a
simple working implementation so it's worth pushing.
Use SVGR for sidebar external icon
Let findChildWithSource accept external links
Some parts of the application still use the sidebar.json helpers to determine
their links, and when attempting to do so on external-type links broke the
build.
This change fixes that situation, letting the
findChildWithSource
functionadapt to input that isn't internal.
It's a bit ugly, but this whole branch is a bit ugly. The sidebar overhaul
should take care of this more cleanly in the future.
I'm sorry, they look like they took some effort to write! But that's also the
reason we have to stop writing these and get rid of the old ones.
I made a new SVG based off the other one. It uses "currentColor" so it will take
on the color of its surrounding font by default, and also is fully transparent.
This new SVG is only used in the sidebar- other external link icons are still
the old hard-coded blue and white one.
Change external link url to be under
url
keyAdd
target="_blank"
on externals by default.This is done the same way as we already do
rel="noopener noreferrer"
.The change applies site-wide, but only to external links that don't specify a target.
target
can still be overridden with anything, including a blank string.Fix tests for new temporary sidebar logic
Move new icon to same dir as sidebar menu component](26130d4) by rogermparent
🛠️ Merge pull request #1271 from iterative/efiop-patch-2 docs: update: add -R|--recursive by jorgeorpinel
🛠️ Merge pull request #1275 from iterative/restyled/efiop-patch-2 Restyle docs: update: add -R|--recursive by jorgeorpinel
🛠️ Restyled by prettier by restyled-commits
🛠️ Update content/docs/command-reference/update.md by jorgeorpinel
🛠️ Update content/docs/command-reference/update.md by jorgeorpinel
🛠️ [Fix sidebar support for empty links (/doc/ trailing slash issue) (Fix sidebar support for empty links (/doc/ trailing slash issue) #1265) * Fix sidebar support for empty links
There was a hard-coded
/doc/
prepended to every path before, but now we startwith
/doc
and add a second slash only if something comes after.🛠️ docs: update: add -R|--recursive Fixes #1259 by efiop
🛠️ Merge pull request #1267 from iterative/efiop-patch-1 docs: remote: azure: don't use obsoleted url format by efiop
🛠️ docs: remote: azure: don't use obsoleted url format by efiop
🛠️ [Change how relative fragments are handled. (Change how relative fragments are handled. #1260) - Page-relative fragments (specifically, where the whole href starts with '#')
are now demoted to plain
a
links in our link wrapper.The previous behavior that prepended to these links is now removed.
The link wrapper
a
fallback has been expanded upon with comments, and nowsets rel specifically on external links that don't already have it.](5c9a37d) by rogermparent
🛠️ Change tag page paths to be under /blog (#1261) Also change existing links to tag pages to use this new format by rogermparent
🛠️ [Change "docs/home" to "docs" (Change "docs/home" to "docs" #1257) * Move /doc/home to /doc
Change sidebar.json to point Home to the new url and keep the same label.
Change DocsPage model to generate home at new url.
Swap /doc -> /doc/home redirect to the other way around.
Change link component to allow empty strings that aren't undefined.
Re-add 307 code to swapped redirect
remove unnecessary falsy checks
remove old comment
Don't use '/' in doc home path creation
Change up redirects so new docs home never has a trailing slash
Remove old reversed redirect
Change instance of /doc/home to /doc
Fix slightly messed up redirects list](bce4d6a) by rogermparent
🛠️ download: update to 0.94.0 by efiop
🛠️ Merge pull request #1195 from iterative/2020-04-27 Regular updates (Apr 27) by jorgeorpinel
🛠️ Merge pull request #1186 from iterative/plots Plots by dmpetrov
🛠️ Merge branch 'master' into 2020-04-27 by jorgeorpinel
🛠️ Update content/docs/command-reference/plot/index.md by jorgeorpinel
🛠️ Update content/docs/command-reference/plot/show.md by jorgeorpinel
🛠️ Merge pull request #1258 from nilushancosta/patch-1 Add missing --local option in Azure instructions by jorgeorpinel
🛠️ docs: update GSoD blog post and remote add cmd ref by jorgeorpinel
🛠️ Add --local option by nilushancosta
🛠️ install: revert pre-release instructions change per https://github.com/iterative/dvc.org/pull/1195#pullrequestreview-407014113 by jorgeorpinel
🛠️ [Fix images in the RSS feed (Fix images in the RSS feed #1245) * Make root-relative links absolute in feed.
This runs the feed's htmlAst (from the remark transformer) through a processor
that changes all root-relative links (/example) into absolute
links (https://dvc.org/example), which is what many non-browser consumers of
HTML expect.
This commit combines the root-relative rewriting with now-working image
unwrapping to deliver working images to the RSS feed!
The processor definition is also moved into the feed scope to take advantage of
the feed query to get the root URL.
Since moving it out of gatsby-config won't be as simple as I thought, I decided
to leave it out of the scope of this branch.
Also changed a bit around implementation:
Replaced
rehype-urls
, which depended on older rehype libs, with a localimplementation of the same thing for root-to-absolute linking.
The new feed util leans on the existing rehype-to-html function, and now the
new processor
.use
s lessunified
plugins as it only does AST processing.Change unwrapped image styling in a way that respects original max-width
Revert package.json to its pre-branch form.
Use remark image wrapper class from its exported constants
Clean formatting of blog feed query
Change plugin definitions to all have "resolve" first.](2ea63aa) by rogermparent
🛠️ install: upgade pre-release isntructions for 1.0 per https://github.com/iterative/dvc.org/pull/1195#pullrequestreview-406281745 by jorgeorpinel
🛠️ gitpod: remove from docs contrib guide for now by jorgeorpinel
🛠️ user guide: reformat note about Gitpod per 1253 by jorgeorpinel
🛠️ Merge branch 'master' into 2020-04-27 by jorgeorpinel
🛠️ Merge pull request #1251 from iterative/external-link-button-workaround Change gitpod button to HTML link by jorgeorpinel
🛠️ Put gitpod button within quote by rogermparent
🛠️ user guide: remove redundant info about formatting commands per https://github.com/iterative/dvc.org/pull/1252#pullrequestreview-406274192 by jorgeorpinel
🛠️ blog: website ui/ix idea is med-adv in difficulty by jorgeorpinel
🛠️ Merge branch 'master' into 2020-04-27 by jorgeorpinel
🛠️ [blog: improvements to 1.0 announcement (blog: improvements to 1.0 announcement #1248) * blog: fix typos in 2.0 pre-release post
blog: address pending review items from original my PR review
per 3 years and 1.0 pre release #1213 (review)
blog: avoid scalar and continuous terms (metrics) in 1.0 post](44d2fa5) by jorgeorpinel
🛠️ Change comment proxy cache TTL to 1 minute (#1250) by rogermparent
🛠️ Change gitpod button to HTML link This is a workaround to skip the automatic "external" icon appended to normal links in docs MD. by rogermparent
🛠️ [Last improvements to GSoD '20 blgo post (2) (Last improvements to GSoD '20 blgo post (2) #1247) * blog: complete community outreach section in GSoD 2020 post
blog: possibly last round of improvements to GSoD 2020 post](0f28c52) by jorgeorpinel
🛠️ [docs]: correct the Gitpod button's Url. (#1244) by nisarhassan12
🛠️ blog: complete community outreach section in GSoD 2020 post (#1242) by jorgeorpinel
🛠️ Merge pull request #1233 from iterative/gsod blog: GSoD 2020 post improvements by jorgeorpinel
🛠️ [docs: run: update --no-exec description (docs: run: update --no-exec description #1225) * docs: run: update --no-exec description
Per iterative/dvc#3729
🛠️ blog: add Aman's talk to GSoD 2020 post by jorgeorpinel
🛠️ blog: use pip install --upgrade for installing pre-release 1.0 (#1241) by pmrowla
🛠️ new plot options & custom templates by dmpetrov
🛠️ blog: add experience with @algomaster99 in GSoD 2020 post by jorgeorpinel
🛠️ blog: add back how-to idea into GSoD 2020 post by jorgeorpinel
🛠️ [Update user-guide/contributing/blog (Update user-guide/contributing/blog #1236) * Update user-guide/contributing/blog
The frontmatter format is quite different now.
🛠️ Update README.md by shcheklein
🛠️ docs, contrib: fix link to gtipod a bit by shcheklein
🛠️ docs, contrib: fix link to gtipod a bit by shcheklein
🛠️ simplify code contributions by fully automating the dev setup with Gitpod. (#1226) by nisarhassan12
🛠️ blog: add past season experience in GSoD 2020 post by jorgeorpinel
🛠️ link-check: ignore URLs preceded by (#1234) by casperdcl
🛠️ blog: add meat to DVC 1.0 docs idea in GSoD 2020 post based on https://dvc.org/blog/dvc-3-years-and-1-0-release by jorgeorpinel
🛠️ Merge pull request #1229 from iterative/efiop-patch-2 docs: run: remove -y|--yes by jorgeorpinel
🛠️ blog: fix more broken links by shcheklein
🛠️ Merge branch 'master' of github.com:iterative/dvc.org by shcheklein
🛠️ blog: google summer of docs fix links by shcheklein
🛠️ blog: release 1 blog post, update code block by shcheklein
🛠️ blog: fix wording Per https://github.com/iterative/dvc.org/pull/1213#discussion_r419613814 by efiop
🛠️ blog: fix slashes Per https://github.com/iterative/dvc.org/pull/1213#discussion_r419618715 by efiop
🛠️ blog:
pre release
->pre-release
Per https://github.com/iterative/dvc.org/pull/1213#discussion_r419621255 by efiop🛠️ Update 2020-05-04-dvc-3-years-and-1-0-release.md by efiop
🛠️ Update 2020-05-04-dvc-3-years-and-1-0-release.md (#1230) by efiop
🛠️ add plot commands to the highlighter by shcheklein
🛠️ Merge pull request #1213 from iterative/pre_release_1_0 3 years and 1.0 pre-release by dmpetrov
🛠️ owl image proportions by dmpetrov
🛠️ owl image on front by dmpetrov
🛠️ docs: run: remove -y|--yes Per https://github.com/iterative/dvc/pull/3737 by efiop
🛠️ After review 2nd round by dmpetrov
🛠️ Merge pull request #1210 from iterative/gsod GSOD 2020 blog post, et al. by jorgeorpinel
🛠️ blog: rewrite project ideas after feedback from Ivan by jorgeorpinel
🛠️ Restyled by prettier (#1223) Co-authored-by: Restyled.io [email protected] by restyled-io[bot]
🛠️ blog: release 1.0, update long descritpion by shcheklein
🛠️ blog: april heartbeat, update links by shcheklein
🛠️ [docs: update files/dirs for 1.0 release (docs: update files/dirs for 1.0 release #1215) * docs: update files/dirs for 1.0 release
iterative/dvc#3725
Co-authored-by: Restyled.io [email protected]
Update content/docs/user-guide/dvc-files-and-directories.md
Update content/docs/user-guide/dvc-files-and-directories.md
Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
Co-authored-by: Restyled.io [email protected]](ab02681) by efiop
🛠️ Restyled by prettier (#1221) Co-authored-by: Restyled.io [email protected] by restyled-io[bot]
🛠️ blog: release 1.0 post update links, title by shcheklein
🛠️ blog: release 1.0 post, minor fixes by shcheklein
🛠️ docs: add
status -R
description (#1219) Fixes https://github.com/iterative/dvc.org/issues/1217 by efiop🛠️ blog: release post, update image links by shcheklein
🛠️ blog: 1.0 release update image path by shcheklein
🛠️ fix a formatting bug by dmpetrov
🛠️ Add learnings by dmpetrov
🛠️ Formatting and change github star image by dmpetrov
🛠️ 3 years and 1.0 pre release by dmpetrov
🛠️ blog: GSOD project ideas by jorgeorpinel
🛠️ blog: GSOD ideas [WIP] by jorgeorpinel
CONTRIBUTORS
Last week there were 11 contributors.
👤 rogermparent
👤 jorgeorpinel
👤 restyled-commits
👤 efiop
👤 dmpetrov
👤 nilushancosta
👤 nisarhassan12
👤 pmrowla
👤 shcheklein
👤 casperdcl
👤 restyled-io[bot]
STARGAZERS
Last week there was 1 stargazer.
⭐ gaurav46
You are the star! 🌟
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository iterative/dvc.org to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
The text was updated successfully, but these errors were encountered: