1
0
mirror of synced 2026-01-08 12:01:53 -05:00
Commit Graph

80 Commits

Author SHA1 Message Date
Grace Park
44f451eb09 Removing webpack build step (#20405)
* removing webpack build step

* keep copywebpackplugin and add fonts to assets/fonts

* update marketing font path

* update font path

* update font

* remove builtAssets

* remove copying front end code with dist

* move Inter fonts to /assets/fonts/inter

* move copy-webpack-plugin back to deps

Co-authored-by: Mike Surowiec <mikesurowiec@users.noreply.github.com>
2021-07-22 09:11:30 -07:00
Mike Surowiec
df38087aed Update 404/500 pages to no longer use liquid templates (#20450)
* Update 404/500 page rendering to no longer use liquid templates

* updating tests

* remove unused path

Co-authored-by: Grace Park <gracepark@github.com>
2021-07-21 12:22:30 -07:00
Kevin Heis
8a56437c93 Pretty format (#20352)
* Update prettier flow to include JS

* Run prettier

* ...run prettier
2021-07-14 14:35:01 -07:00
Rachael Sewell
6d248082b5 sidebar style updates (#19929) 2021-06-24 11:15:24 -07:00
Mike Surowiec
b084dbc23d React: Enable all remaining pages (#20012)
* enable all remaining pages

* update tests for survey, filter card dropdowns

* fix search test

* fix: mobile search layout

* update sidebar test

* fix: learning track page is optional

* fix broken links
2021-06-21 19:52:58 +00:00
Mike Surowiec
83e33cc9bb Quiet sass warnings (#19960)
* npm install sass@latest

* add quietDeps: true to webpack config

* prevent error message from hmr abort, cleans up the log

Co-authored-by: Sarah Schneider <sarahs@github.com>
2021-06-16 19:47:01 +00:00
Mike Surowiec
bf21cd1104 fix header styling, add missing sectionLinks (#19915) 2021-06-15 16:35:19 +00:00
Grace Park
3f248976ad Merge branch 'main' of https://github.com/github/docs-internal into grace-header-styling 2021-06-10 18:08:33 -07:00
Felicity Chapman
23b0b84111 Add Code security landing and guides pages (#19650) 2021-06-10 20:14:56 +00:00
Grace Park
c8ceeb35f2 Merge branch 'main' of https://github.com/github/docs-internal into grace-header-styling 2021-06-10 09:37:13 -07:00
Grace Park
e0c6211b65 adding more styling and graphql changes - should be ready to run script 2021-06-10 09:32:16 -07:00
Rachael Sewell
3e10ebbe61 css for ghes release notes links (#19803) 2021-06-09 20:50:41 +00:00
Mike Surowiec
04ba91fda0 Refactor React Header component (#19755) 2021-06-07 23:31:32 +00:00
Kevin Heis
516106b7c5 Rename "helpfulness" to survey (#19727) 2021-06-04 12:22:31 -07:00
Grace Park
05fb4cb9b2 adding just the styling for header update 2021-06-04 10:29:21 -07:00
Mike Surowiec
e0d9a061a3 React category / sub-landing page (#19635)
Re-work routes to use GlobalPage, implements TocLanding, bundle of minor cleanup / fixes
2021-06-02 16:28:39 +00:00
Kevin Heis
eb23bfbefa Remove breadcrumb whitespace (#19364) 2021-05-17 08:50:24 -07:00
Grace Park
2f832b6878 Changing Sidebar Style Changes (#6391)
This PR is updating the sidebar so that the current active page sidebar is viewable via bold and the marker.
2021-05-13 17:47:31 +00:00
Kevin Heis
3021b260a5 Update guides section to use a standard bg color (#19289)
* Update guides section to use a standard bg color

* Update product-landing.html
2021-05-13 15:11:38 +00:00
Kevin Heis
08ec46d0d1 Render color mode settings from github/github cookie (#19275)
* Add color mode selector in footer

* Interpret color mode from cookie

* Update render-page.js

* Delete color-mode.js

* Update render-page.js

* Make this more resilient to HTML tag changes

* Update scroll-button.scss
2021-05-13 14:45:11 +00:00
Kevin Heis
d47d795e7c Enable dark mode, matching OS setting (#18749)
* Enable dark mode, matching OS setting

* A few more dark mode tweaks

* Revert mountain opacity

* Update mountains on homepage to rgba

* Revert "Update sidebar to use primer backgrounds (#18818)"

This reverts commit 229ce4518f.

* Revert "Revert "Update sidebar to use primer backgrounds (#18818)""

This reverts commit 5845e25c5d5236776fb83acc42a3444b5f44b960.

* Update overrides.scss

* Remove labtocat and waldocat from 500 and 404

* Readd sidebar changes
2021-05-10 11:06:54 -07:00
Ethan Palm
18c71b152b Language support across GitHub products (#18677)
* Update content

* Create github-language-support.md

* Add reminder HTML comments

* Add link to supported languages article

* Add intro for GitHub's products

* Add note to list of CodeQL supported languages

* table with package managers

* Update table and add conceptual info

* Versioning to fix broken links

* Fix table layout

* Add package managers to table

* Fix versioning syntax

* Incorporate reviewer feedback

* Center table headers

* Update Dependabot features in table

* Add footnote for third-party code scanning support

* Update link

* support native markdown table alignments

* Update links for ghes2.22

* Use proper names of package managers

* Add Scala

* Adjust conceptual info

* Flip table axes

* Delete unused reusables

* Update link to Packages info

* fix merge conflict

* fix other merge conflict

* Update codeql-languages-bullets.md

* Revert "Update codeql-languages-bullets.md"

This reverts commit 69547205f5e43a8fbf3edc51c89f0f647eef285a.

* Update article topic to sentence case

Co-authored-by: Sarah Schneider <sarahs@github.com>
2021-05-10 12:35:34 -04:00
Sarah Schneider
8b52142fa5 add anchors to product landing and sublanding elements so we can deep link to them 2021-04-30 14:42:21 -04:00
Sarah Schneider
d976323089 remove individual image toggle code 2021-04-27 10:29:03 -04:00
Sarah Schneider
ecbaf0efe5 Merge branch 'main' of github.com:github/docs-internal into toggle-images 2021-04-26 14:41:16 -04:00
Kevin Heis
a7623cdb62 Reorganize SCSS without changing any of the properties or values (#18963)
* Reorganize SCSS without changing any of the properties or values

* Mis-moved a few files

* Split up "other"
2021-04-26 16:18:25 +00:00
Sarah Schneider
1b5c67542d reduce transition time 2021-04-23 10:23:26 -04:00
Sarah Schneider
46ce4da9e6 mimic the procedural-image-wrapper class styles 2021-04-23 10:23:11 -04:00
Sarah Schneider
c7f34dfc31 fix margins in icons at bottom of page 2021-04-22 12:24:18 -04:00
Sarah Schneider
0971f6e6ae put toggle images button down next to scroll button 2021-04-22 12:17:31 -04:00
Sarah Schneider
75d2dcf136 Merge branch 'main' of github.com:github/docs-internal into toggle-images 2021-04-22 11:16:51 -04:00
Kevin Heis
d629ca00d0 Remove unused custom styling (#18912) 2021-04-22 15:04:33 +00:00
Kevin Heis
9d13602e29 Import missing avatar style (#18895) 2021-04-21 14:26:00 +00:00
Kevin Heis
ce508dbe65 Remove thead background (#18883)
* Remove thead background

* Update tables.scss
2021-04-20 21:12:49 +00:00
Kevin Heis
79ecb96316 End "custom core" primer, use regular core instead (#18887) 2021-04-20 17:30:57 +00:00
Sarah Schneider
6a708b9a49 wrap images in a button so they can be individually toggled 2021-04-16 14:55:16 -04:00
Sarah Schneider
4d72fef334 try out an icon instead of a button with text 2021-04-16 12:17:01 -04:00
Kevin Heis
ddbe1e9ad7 Revert "Update sidebar to use primer backgrounds (#18818)" (#18824)
This reverts commit 229ce4518f.
2021-04-15 21:22:24 +00:00
Kevin Heis
229ce4518f Update sidebar to use primer backgrounds (#18818)
See https://github.com/github/docs-team/issues/546#issuecomment-820647057
2021-04-15 12:44:45 -07:00
Kevin Heis
031843bc96 First batch of Primer Upgrade fixes (#18763)
* Update header-notification.html

* Add some dark mode fixes pre-enablement
2021-04-14 16:28:42 +00:00
Kevin Heis
46c16001c3 Upgrade Primer with translation shim for trashcan icon (#18735)
* Revert "Revert "Upgrade Primer CSS to 16 (#18713)""

This reverts commit c01d3e302e.

* Add a hack to handle trashcan icon in translated content
2021-04-13 18:38:04 +00:00
Mike Surowiec
c01d3e302e Revert "Upgrade Primer CSS to 16 (#18713)"
This reverts commit 49377f9096.
2021-04-13 09:19:28 -07:00
Kevin Heis
49377f9096 Upgrade Primer CSS to 16 (#18713)
* Upgrade primer to 16

* Upgrade colors in scss

* Get SCSS to build

* Initial dark mode support

* trashcan -> trash

* More specific search browser test

* Fix link color on homepage

* Update overrides.scss

* Upgrade some colors to primer variables

* Hide dark mode support for now

* Apply suggestions from code review

* Update overrides.scss
2021-04-13 16:00:46 +00:00
Vanessa Yuen
bbd9f03f6e Populate product-landing "What's new" section using GitHub Changelog (#18328)
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
2021-04-08 20:51:37 +00:00
Rachael Sewell
1676028143 Tweak sublanding page design (#17977) 2021-03-29 18:12:03 -07:00
Steve Winton
16b2b27c25 Apply margin style to .contributor-callout p element 2021-03-11 12:27:40 -06:00
Rachael Sewell
32ce2f6492 add image max size for ol (#17993) 2021-03-01 23:21:02 +00:00
kazuhitonakayama
ef7748face Erase href and remove unwanted styles 2021-02-11 23:41:38 +09:00
kazuhitonakayama
c810d795e6 omit the compatibility prefixes 2021-02-11 19:38:48 +09:00
kazuhitonakayama
b66cf972ac omit the border of scroll-top-button 2021-02-11 19:36:55 +09:00