Sarah Schneider
22f7957036
Update script/content-migrations/comment-on-open-prs.js
2021-05-17 16:50:28 -04:00
Sarah Schneider
42baac12b6
use a regular issue comment instead of a PR review comment
2021-05-17 16:15:35 -04:00
Sarah Schneider
805ddfec49
new script to add a comment to all open PRs in docs-internal
2021-05-17 15:41:46 -04:00
Sarah Schneider
0235ab938c
return early, do not run on empty array
2021-05-17 15:41:27 -04:00
Rachael Sewell
a926da8b08
Update topics to sentence case ( #19069 )
2021-04-30 19:30:36 -07:00
Sarah Schneider
0093f2e0ee
conditionally remove blank lines in TOC content unless they are within extended markdown tags
2021-04-20 14:41:35 -04:00
Sarah Schneider
5e2a1b51c8
update scripts to fix a few bugs
2021-04-20 12:49:57 -04:00
Sarah Schneider
c3f4dcb368
remove hardcoded TOC links from index files but leave other content
2021-04-20 12:02:57 -04:00
Sarah Schneider
27f0448219
preserve hardcoded markdown content in TOC files
2021-04-20 11:25:22 -04:00
Sarah Schneider
eb44f9947d
add new content migration script for early access updates
2021-04-15 14:36:36 -04:00
Sarah Schneider
b198a6adf8
update script too
2021-04-01 15:54:54 -04:00
Sarah Schneider
ef8602c639
lint
2021-03-31 12:57:14 -04:00
Sarah Schneider
cdf807fbbd
Update script/content-migrations/remove-map-topics.js
...
Co-authored-by: Rachael Sewell <rachmari@github.com >
2021-03-31 12:51:15 -04:00
Sarah Schneider
61e2ae95cb
we do not actually need any body content in index.md files anymore
2021-03-30 13:16:15 -04:00
Sarah Schneider
335b95e330
Update script/content-migrations/update-tocs.js
2021-03-30 11:33:12 -04:00
Sarah Schneider
c31c0c39eb
Update script/content-migrations/update-tocs.js
2021-03-30 11:26:38 -04:00
Sarah Schneider
3fc88b58e7
Update script/content-migrations/update-tocs.js
2021-03-30 11:19:08 -04:00
Sarah Schneider
bec9cfdb53
run script on translations
2021-03-30 10:55:46 -04:00
Sarah Schneider
2ff36db754
run script on translations and also update category index files
2021-03-30 10:55:36 -04:00
Sarah Schneider
088aaf648c
add script and helper module
2021-03-29 19:38:29 -04:00
Rachael Sewell
80bdffe636
restructure map topics ( #18042 )
2021-03-29 12:59:08 -07:00
Rachael Sewell
02ee72fa25
add topics attribute to search ( #18212 )
2021-03-17 13:11:29 -07:00
Rachael Sewell
834163a07a
add topic frontmatter ( #18238 )
2021-03-12 08:17:37 -08:00
Rachael Sewell
e067616355
add script to read topics spreadsheet ( #18175 )
2021-03-11 17:20:27 -08:00
Rachael Sewell
01e52046f0
migrate away from AWS S3 ( #17669 )
2021-02-12 10:25:45 -08:00
Jason Etcovitch
e68e6a5185
Revert "Revert "Absorb @github-docs/frontmatter ( #17783 )" ( #17793 )" ( #17799 )
...
* Revert "Revert "Absorb @github-docs/frontmatter (#17783 )" (#17793 )"
This reverts commit 11baf43eee .
* Move revalidator to depedencies
2021-02-11 11:15:59 -05:00
Jason Etcovitch
11baf43eee
Revert "Absorb @github-docs/frontmatter ( #17783 )" ( #17793 )
...
This reverts commit 1e96c03489 .
2021-02-10 20:28:41 +00:00
Jason Etcovitch
1e96c03489
Absorb @github-docs/frontmatter ( #17783 )
2021-02-10 15:10:46 -05:00
James M. Greene
fb30a0766f
Unravel pages (the array + map object) ( #16708 )
...
* Revise the 'pages' module to export two methods: 'loadPages' and 'loadPageMap'
Update all existing references to use 'loadPages' for now
* Remove explicit Promise resolutions on loadPage* methods
* Condense reduction method into its now-singular usage spot
* Opt for for-of instead of forEach
* Make require of pages in warm-server more explicit
* Be more explicit about find-page using a pageMap
* Be more explicit about find-page-in-version using a pageMap
* Be more explicit about site-tree using a pageMap
* Extract the map creation from loadPageMap
* Be more explicit about using a pageMap
* Update redirects precompile to take two arguments: pageList, pageMap
* Rename internal loadPages method to loadPageList
* Clarify pageMap is what is stored in context.pages
* Use loadPageMap in tests and stuff
2020-12-03 22:31:10 +00:00
Sarah Schneider
710310c2a7
Merge branch 'main' into remove-html-comments-from-index-files
2020-12-01 09:17:49 -05:00
Sarah Schneider
f606d4754e
better regex replacement
2020-11-24 13:14:31 -05:00
Sarah Schneider
04235256af
add script
2020-11-24 09:10:34 -05:00
Sarah Schneider
cae5d8b58b
fix fragment bug
2020-11-23 12:00:03 -05:00
Sarah Schneider
e00500cf72
fix replace() bug
2020-11-23 11:57:52 -05:00
Nick Schonning
b6de7c6887
chore: Convert Standard to eslint-config-standard ( #1328 )
...
* chore: Move standard to ESLint config
* fix: auto-fix ESLint indent issues
* fix: ESLint prefer-regex-literals
* fix: ESLint array-callback-return
- .filter must return a boolean value
- .map replaced with forEach when the value isn't used
* fix: ESLint no-extra-semi
2020-11-17 16:18:18 -05:00
Sarah Schneider
39bad0ec87
Script to update v3 and v4 links ( #16434 )
...
* add script
* add README to content-migrations subdir
2020-11-12 13:48:17 -05:00
Jason Etcovitch
caaee7a124
Update all files to use {% data %} ( #15253 )
...
* Add back changes from prior to purge
* Manually fix some invalid Liquid
* Updoot render-content
* Improve test messages to show correct output
* Run el scripto
* Pass the remaining test
2020-09-29 16:01:04 -04:00
Vanessa Yuen
3df90fc9b8
Hello git history spelunker!
...
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00