Commit Graph

234 Commits

Author SHA1 Message Date
Quinn Dougherty
127fbe50a2 docs site: algolia search 2022-08-18 15:13:23 -07:00
Quinn Dougherty
c288fd58c3 versions correction (manual) 2022-08-09 13:57:45 -07:00
Quinn Dougherty
4d78980530 yarn format:all compels me :) 2022-08-01 15:05:00 -04:00
github-actions[bot]
1e70bff069
chore: release develop 2022-08-01 18:45:32 +00:00
Quinn Dougherty
89e5f7e072 Added note about dynamic custom component in internal docs 2022-08-01 14:44:40 -04:00
Quinn Dougherty
fd411c49b9 fix: so the PR it opens is proper this time 2022-08-01 14:18:21 -04:00
Quinn Dougherty
7ea95225b2 fix: added NextJS starter to Integrations.md 2022-08-01 14:06:29 -04:00
dependabot[bot]
05c2743ac1
⬆️ Bump @docusaurus/core from 2.0.0-rc.1 to 2.0.1
Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 2.0.0-rc.1 to 2.0.1.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.1/packages/docusaurus)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 14:57:42 +00:00
dependabot[bot]
eff4756762
⬆️ Bump @docusaurus/preset-classic from 2.0.0-rc.1 to 2.0.1
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.0.0-rc.1 to 2.0.1.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.1/packages/docusaurus-preset-classic)

---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 14:49:03 +00:00
Ozzie Gooen
c4bc4a2832 Formatting 2022-07-29 10:26:14 -07:00
Ozzie Gooen
fa1ec55e75 Minor fix 2022-07-29 10:25:38 -07:00
Ozzie Gooen
9096ee7051 More small modifications 2022-07-29 08:07:11 -07:00
Ozzie Gooen
a23b2e3709 Minor text fix 2022-07-28 18:12:25 -07:00
Ozzie Gooen
b37e372815 Formatted 2022-07-28 17:00:06 -07:00
Ozzie Gooen
f7834b0f46 Lots of minor touch-ups 2022-07-28 16:59:52 -07:00
Ozzie Gooen
42528eb07e Merge branch 'develop' into documentation-refactors-jul
* develop:
  delete SquiggleItem
  hotfix: version increment
  copy share link button
  revert last commit
  changed import from local docusaurus component to `@quri/squiggle-components` component
  inherit props to `runPartial`
  absolute path for `bindingsImportsFile`
  `yarn format` compels me
  fix build
  trailing slash?
  @berekuk's CR
  lazy tabs (fixes #506)
  remove SquiggleItem, unused
  fix lint
  checking in editor.jsx file
  removed comment, cleaned up a function
  imported bindings
2022-07-28 16:00:13 -07:00
Ozzie Gooen
f7e6061f17
Merge pull request #897 from quantified-uncertainty/copy-share-link
"Copy share link" button
2022-07-28 12:18:10 -07:00
Quinn
b064e6bd7f
Merge pull request #893 from quantified-uncertainty/fix-chart-size
Fix chart sizes in tabs in docs
2022-07-28 12:56:30 -04:00
Quinn
ffa0f40fb1
Merge pull request #892 from quantified-uncertainty/mdx-cli
imported bindings
2022-07-28 12:55:35 -04:00
Vyacheslav Matyukhin
55ec328745
copy share link button 2022-07-28 20:24:09 +04:00
Quinn Dougherty
3f6e1b2caf revert last commit 2022-07-28 11:26:22 -04:00
Quinn Dougherty
91246ffad3 changed import from local docusaurus component to @quri/squiggle-components component 2022-07-28 11:17:14 -04:00
Quinn Dougherty
c77795c832 absolute path for bindingsImportsFile 2022-07-28 10:57:58 -04:00
Quinn Dougherty
a536f1f4e1 trailing slash? 2022-07-28 10:37:00 -04:00
Quinn Dougherty
ff05685634 @berekuk's CR 2022-07-28 10:33:31 -04:00
Vyacheslav Matyukhin
e1f178d0ae
lazy tabs (fixes #506) 2022-07-28 18:16:31 +04:00
Ozzie Gooen
31626b05c4 Added a simple example 2022-07-27 22:09:43 -07:00
Ozzie Gooen
327dc521f1 Modifiying Overview page and Guides 2022-07-27 21:08:10 -07:00
Ozzie Gooen
b1cc459d13 Merge branch 'develop' into documentation-refactors-jul
* develop: (35 commits)
  don't spin pause icon on runs
  delayed overlay and autorun spinner
  playground renders code on second pass
  executionId for code re-runs
  spinner in autorun mode; autorun refactorings
  increase modal width
  remove toggle animation
  hideOnScoll navbar on website
  smooth scrolling when scrolling back to item from modal
  improve tooltip positioning
  fix tooltip padding on website
  close modals on escape key
  change variable border color
  smart modal positioning
  fixes #872
  ⬆️ Bump @typescript-eslint/parser from 5.30.6 to 5.30.7
  ⬆️ Bump @types/node from 18.0.6 to 18.6.1
  ⬆️ Bump mathjs from 10.6.4 to 11.0.1
  ⬆️ Bump webpack from 5.73.0 to 5.74.0
  ⬆️ Bump @testing-library/user-event from 14.2.6 to 14.3.0
  ...
2022-07-27 16:54:50 -07:00
Ozzie Gooen
3f8b99aa3a Improving Overview 2022-07-27 16:54:25 -07:00
Quinn Dougherty
2279624750 checking in editor.jsx file 2022-07-27 17:42:46 -04:00
Quinn Dougherty
405c1bf8f3 imported bindings 2022-07-27 17:31:40 -04:00
Vyacheslav Matyukhin
8fbf5decf8
hideOnScoll navbar on website 2022-07-26 21:58:03 +04:00
Ozzie Gooen
68238ba914 Added new logo 2022-07-24 16:37:24 -07:00
Vyacheslav Matyukhin
a11030814c
Merge branch 'develop' into collapsible 2022-07-24 02:26:46 +04:00
Ozzie Gooen
25c95170e6
Merge pull request #873 from quantified-uncertainty/homepage-changes
Docs improvements - July 23
2022-07-23 11:54:16 -07:00
Ozzie Gooen
8414cde819 Ran formatting 2022-07-23 11:41:12 -07:00
Vyacheslav Matyukhin
dd778dab76
show spinner immediately 2022-07-23 22:17:04 +04:00
Ozzie Gooen
ff1f8e8e84 Several small documentation improvements 2022-07-23 11:06:15 -07:00
Vyacheslav Matyukhin
111b4975ee
prettify 2022-07-23 22:03:50 +04:00
Vyacheslav Matyukhin
ce31dc62c2
more precise FallbackSpinner height for SquiggleEditor 2022-07-23 21:56:28 +04:00
Vyacheslav Matyukhin
0ad09c96aa
fallback spinner for the website 2022-07-23 21:44:08 +04:00
Vyacheslav Matyukhin
b9dc7c7033
improve playground padding on the website 2022-07-23 21:14:12 +04:00
Ozzie Gooen
349b99b3ef Minor docs cleanup 2022-07-22 15:31:05 -07:00
Vyacheslav Matyukhin
c7bf40e3e8
remove showControls from website code and vscode ext 2022-07-23 00:03:55 +04:00
Vyacheslav Matyukhin
43fed64f82
Merge branch 'develop' into collapsible 2022-07-22 23:59:50 +04:00
Ozzie Gooen
3250d6009a Updated colors and light styles of homepage 2022-07-22 11:50:56 -07:00
Ozzie Gooen
0ef01da963
Update DistGeneric.mdx 2022-07-21 15:44:46 -07:00
Ozzie Gooen
5c78ad1fc4
Update DistSampleSet.md 2022-07-21 15:36:56 -07:00
Ozzie Gooen
57782aa2a6
Update DistSampleSet.md 2022-07-21 14:59:36 -07:00