Commit Graph

89 Commits

Author SHA1 Message Date
Stacy Kvernmo
e270b5c0dc remove extra footer div, move class to outer container 2023-06-28 13:10:04 -05:00
Stacy Kvernmo
855a35c5b1 footer icon layout update with netlify logo 2023-06-28 11:54:21 -05:00
Stacy Kvernmo
c784b08b13 Merge branch 'playground' into browser-code-editor
# Conflicts:
#	source/_includes/footer.liquid
#	source/assets/sass/components/_mac-stadium-icon.scss
#	source/assets/sass/sass.scss
2023-06-28 11:38:37 -05:00
Natalie Weizenbaum
e5e36a004c
Add a Netlify badge to the footer (#752)
This will qualify us for Netlify's open source program.
2023-06-27 15:47:45 -07:00
Jonny Gerig Meyer
be671003e9
Merge branch 'playground' into browser-code-editor
* playground: (27 commits)
  update
  update comments
  Simplify helpers
  Convert remainder of docs to md
  Convert operators docs to use md
  Convert remainder of modules docs to md
  No need for duplicate strip-indent
  new approach to stripping leading whitespace
  Strip indentation for nested blocks
  Different approach to preventing <p> tags with nested code examples
  Convert color module to md
  Convert breaking changes docs to md
  Convert at-rules docs to markdown
  use line feed `&#10;` instead of `<br />`
  Allow codeExamples to be nested in markdown
  Fewer skips
  more verbose
  skip blog index pages
  Try fewer assets
  skip fewer internal links
  ...
2023-06-22 15:41:35 -04:00
Jonny Gerig Meyer
639557c46d
Simplify helpers 2023-06-22 15:18:23 -04:00
Jonny Gerig Meyer
e14edcdee6
new approach to stripping leading whitespace 2023-06-22 13:06:19 -04:00
Jonny Gerig Meyer
7f585bc68b
Convert color module to md 2023-06-21 18:23:35 -04:00
Jonny Gerig Meyer
3055cd4e26
Convert breaking changes docs to md 2023-06-21 17:03:14 -04:00
Stacy Kvernmo
ca22c41757 shorter copied mesage 2023-06-21 14:54:52 -05:00
Jonny Gerig Meyer
e3e903a8f1
Convert at-rules docs to markdown 2023-06-21 15:20:03 -04:00
Stacy Kvernmo
8b0441470d move playground footer classes/styles to global v2 2023-06-21 11:47:16 -05:00
Jonny Gerig Meyer
5533a040ce
lint 2023-06-21 12:25:00 -04:00
Stacy Kvernmo
3c23192946 slight button edits and alert position on playground 2023-06-20 18:26:46 -05:00
Jonny Gerig Meyer
23f987c259
Allow codeExamples to be nested in markdown 2023-06-20 15:54:22 -04:00
Stacy Kvernmo
a07818d011 Merge branch 'browser-code-editor' of https://github.com/oddbird/sass-site into browser-code-editor 2023-06-20 11:58:40 -05:00
Stacy Kvernmo
994d8571fe initial grid layout with panel scrolls only 2023-06-20 11:58:36 -05:00
Jonny Gerig Meyer
7a6fecc8f7
Merge branch 'playground' into browser-code-editor
* playground:
  Upgrade deps
  Trying different approach for cleaning cache file of releases
  Convert "releases" data file to TS
  Don't check SVGs
  update image paths for jquery vendor images
  Fix typos in Code styleguide
  Only check external links once a month
  Check links in CI
  Check and fix internal links
  Let dependabot handle upgrades
  Cut a release for a new Dart Sass version
  Document the default export deprecation (#736)
2023-06-19 16:39:04 -04:00
Ed Rivas
33861623c1 Check and fix internal links 2023-06-15 23:45:25 +00:00
James Stuckey Weber
ea03de7774 Merge branch 'main' of github.com:oddbird/sass-site into browser-code-editor 2023-06-15 16:32:35 -04:00
Ed Rivas
47bb3b2a1a Address review 2023-06-15 17:49:54 +00:00
Jonny Gerig Meyer
c0ddae7b89
lint 2023-06-13 12:12:07 -04:00
Stacy Kvernmo
d9f326658d namespacing, style overrides, working with playgound layout and header 2023-06-12 17:19:24 -05:00
Stacy Kvernmo
f4f5cc0441 Merge branch 'browser-code-editor' of https://github.com/oddbird/sass-site into browser-code-editor
# Conflicts:
#	source/assets/sass/components/_playground.scss
#	source/playground.liquid
2023-06-12 13:38:27 -05:00
Stacy Kvernmo
4c6a19bc49 use namespacing on classes, edit playground layout 2023-06-12 11:59:27 -05:00
Jonny Gerig Meyer
c3b315b158
review 2023-06-10 12:31:43 -04:00
Jonny Gerig Meyer
0e97c56b46
Merge branch 'main' into browser-code-editor
* main:
  add a few docs
  Auto-generate non-@debug CSS
  upgrade yarn
  revert dockerfile change (for now)
  Update some JS API URLs
  Fix permissions in devcontainer
  Use nested records for redirects
  remove config.rb
  Implement remainder of redirects
  Confirm hash redirects
  Remove non-redirect-related cruft
2023-06-10 11:02:11 -04:00
Jonny Gerig Meyer
59354fe930
Auto-generate non-@debug CSS 2023-06-10 10:28:55 -04:00
James Stuckey Weber
f24b37d02d Merge branch 'browser-code-editor-debug' into browser-code-editor 2023-06-09 12:36:07 -04:00
James Stuckey Weber
863f6176e2 Add url persistence and sharing 2023-06-09 12:24:33 -04:00
Jonny Gerig Meyer
be2482759a
Merge branch 'main' into browser-code-editor
* main: (22 commits)
  spacing
  Review operators docs
  Warn if `{% codeExample %}` is used without a name.
  Review values docs
  Removing unused code-snippets dir
  Updating doc and code snippet paths
  merge in change from upstream
  Operators - Boolean
  Operators - String
  Operators - Numeric
  Operators - Relational
  Operators - Equality
  Operators - Index
  Values - Functions
  Values - Calculations
  Values - Null
  Porting Documentation - Values - Booleans
  Porting Documentation - Values - Maps
  Porting Documentation - Values - Lists
  Porting Documentation - Values - Colors
  ...
2023-06-09 11:27:53 -04:00
Jonny Gerig Meyer
cd4b803f52
Review values docs 2023-06-08 17:10:09 -04:00
James Stuckey Weber
a9810ff27f Merge branch 'main' of github.com:oddbird/sass-site into browser-code-editor 2023-06-08 14:32:52 -04:00
Jonny Gerig Meyer
ffa46e5f5b
Use LiquidJS template instead of constructing HTML in JS. 2023-06-07 16:36:06 -04:00
Jonny Gerig Meyer
61b57aeb92
Do not include snippets in built site. 2023-06-02 18:18:43 -04:00
James Stuckey Weber
d5f9583020 Template logic cleanup, review changes 2023-05-31 16:10:09 +00:00
James Stuckey Weber
afc5caf8ce Pass playground title to template 2023-05-31 10:25:14 -04:00
James Stuckey Weber
baf5bb4689 Merge branch 'main' of github.com:oddbird/sass-site into browser-code-editor 2023-05-31 10:18:28 -04:00
James Stuckey Weber
bd585e706b Add placeholder page for playground 2023-05-31 14:04:29 +00:00
Jonny Gerig Meyer
5be80afa11
review 2023-05-30 16:27:01 -04:00
Sana Javed
3a58b33602 Porting Documentation - At-Rules - From CSS 2023-05-30 16:59:16 +02:00
Sana Javed
8c06a28af0 Porting Documentation - At-Rules - mixin 2023-05-26 16:18:15 +02:00
Jonny Gerig Meyer
40363f7790
Add logic for auto-expanded secondary toc. 2023-05-25 12:39:08 -04:00
Jonny Gerig Meyer
be895963fc
Dynamically generate doc inner TOCs. 2023-05-25 11:00:51 -04:00
Jonny Gerig Meyer
7ec3d3f04a
Generate doc toc dynamically. 2023-05-24 12:54:23 -04:00
Jonny Gerig Meyer
20adcf9025
Merge branch 'main' into port-documentation
* main:
  Fix compatibility args
  Parse JS docs as HTML, not markdown
2023-05-24 10:43:29 -04:00
Jonny Gerig Meyer
d9c63116eb
Fix compatibility args 2023-05-24 10:32:21 -04:00
Jonny Gerig Meyer
0c922a4cd1
Merge branch 'js-api-docs' into port-documentation
* js-api-docs:
  Poke release process
  Remove typedoc
  review
  Attempt to fix typedoc syntax highlighting.
  Remove submodule
  Port heads_up and fun_fact
  Port compatibility table
  Build JS API docs
2023-05-23 12:33:16 -04:00
Jonny Gerig Meyer
08c24bb61f
initial review 2023-05-23 12:29:05 -04:00
Ed Rivas
aa1f4a796f Port heads_up and fun_fact 2023-05-19 21:46:33 +00:00