* turn article.scss into a module + componentized
* Update Survey to use only component styles, add cancel button
* Update GenericError + 404 page to use only standard classes
* update LearningTrack to not use markdown-body
* remove / consolidate stylesheets
* cleanup Graphiql explorer page and scss
* Componentize Breadcrumb styles
* Componentize DeprecationBanner styles
* scope h2 a link style to markdown-body
* cleanup nav, organize page-header and page-footer components
* remove unused scroll-button.scss
* organize LanguagePicker and ProductPicker
* add declarations file
* remove featured-links.scss, update tests
* update list utility and toc test
* fix bad merge resolution
* update breadcrumbs test
* First run of script
* Get the app running --- ish
* Get NextJS working
* Remove `node:`
* Get more tests passing in unit directory
* Update FailBot test to use nock
* Update test.yml
* Update Dockerfile
* tests/content fixes
* Update page.js
* Update build-changelog.js
* updating tests/routing
* Update orphan-tests.js
* updating tests/rendering
* Update .eslintrc.js
* Update .eslintrc.js
* Install jest/globals
* "linting" tests
* staging update to server.mjs
* Change '.github/allowed-actions.js' to a ESM export
* Lint
* Fixes for the main package.json
* Move Jest to be last in the npm test command so we can pass args
* Just use 'npm run lint' in the npm test command
* update algolia label script
* update openapi script
* update require on openapi
* Update enterprise-algolia-label.js
* forgot JSON.parse
* Update lunr-search-index.js
* Always explicitly include process.cwd() for JSON file reads pathed from project root
* update graphql/update-files.js script
* Update other npm scripts using jest to pass ESM NODE_OPTIONS
* Update check-for-enterprise-issues-by-label.js for ESM
* Update create-enterprise-issue.js for ESM
* Import jest global for browser tests
* Convert 'script/deploy' to ESM
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: James M. Greene <jamesmgreene@github.com>
* Update packages landing page
* Docs updates for Container reg GA
* Update billing note
* Delete CR feature preview files
* Fix broken link
* Remove github.ref from workflows
See https://github.com/github/docs-internal/pull/19953
* Put 3rd party action message in a reusable
* Update content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Update content/packages/learn-github-packages/deleting-and-restoring-a-package.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Update content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Update content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Update content/packages/working-with-a-github-packages-registry/working-with-the-container-registry.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Update content/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* fix bug with wbr breaking a link inside a code tag inside a table
* Make revisions suggested by Nilofer
See https://github.com/github/docs-internal/pull/19987/files#r655014673
* Mention that migration is happening gradually
* Reapply change suggested by Shayne
* Fix punctuation
* Remove bad link
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Sarah Schneider <sarahs@github.com>
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
* Move category to top-level doc set
* Move doc set to the top and update short title
* Undo package-lock changes
* updated hardcoded refs in tests
* Update test
* Fix hardcoded link in test
Co-authored-by: Sarah Schneider <sarahs@github.com>
* Add actions category name as first commit
* Package reorganization: rename articles for "Learning..." and "Managing..." categories (#18880)
* Initial prep work for Packages reorg
* Make changes for Learning and Managing categories
* Match file name to revised article title
* Rework packages guides (#18902)
* Create new directory
* Delete guides directory and index.md link
* Remove duplicated redirects to fix test
* fix folder name
* delete temporary directory of old content
* Add Gradle article
* Update landing page with new links
* Update test to fix CI failure for deleted articles
* Update links and titles for reorg-ed articles
* Fix broken links
Co-authored-by: hubwriter <hubwriter@github.com>
* Update more changed article titles in links (#18911)
* remove test line to test PR build failure
* Add sections to permissions article
* Add draft reusable
* restore versioning tests
* Remove accidental inclusion of new reusable from a different branch
* Package registry content redesign updates (#18930)
* Update container registry product variable
* First round of edits
* Update tidbit
* Apply suggestions from code review
Co-authored-by: hubwriter <hubwriter@github.com>
* Update docker-vs-container-registry.md
* Update authentication section to resolve bug/confusion
* Revisions
* Last touchups
* Migration from intro article
Co-authored-by: hubwriter <hubwriter@github.com>
* Add versioned diagrams
* Add packages actions revisions (#18956)
* Add refreshed content
* Update content/packages/managing-github-packages-using-github-actions-workflows/example-workflows-for-publishing-a-package.md
Due to tightness of time on this I'm going to commit this suggestion so that I can merge this PR into the Packages megabranch.
Co-authored-by: hubwriter <hubwriter@github.com>
* Packages reorg: "Introduction to GitHub Packages" article (#18906)
* Initial commit. Remove stray comma
* Initial CC work - WiP
* More changes for the Introduction article
* Make changes as per Jessica's review
* Fix broken reusable ref
* improve test failure message and add clarifying comments
* Packages reorganization: More updates to the 'Learn GitHub Packages' articles" (#18961)
* Viewing - WiP
* More updates to the 'Learn...' category
* revisions to intro article
* Add permissions article and make a few other streamlined updates
* Fix links 🌿
Co-authored-by: jmarlena <>
* Apply suggestions from code review
* Apply product input
* Fix versioning
* Apply some straight-forward suggested changes ⚡
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Apply suggestions from code review
* Add "GitHub Packages" before container registry mention
* Standardize visibility & permsisions section into a reusable
* Add link
* Replace outdated link
* Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* ✂️ cut note
* Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Superseded rewrite?
* bye single-use reusable
* Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Condense packages & actions conceptual content
* Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* remove "package registries"
* Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Add reusable
* Add these redirects from the deleted containers conceptual article
* Incorporate changes from main into retitled articles 💫
* Missing endif
* Fix unexpected redirect behavior
* Revamp and consolidate actions access settings
* Further reading section
* Last fix for now
* standardize steps
* Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: Sarah Schneider <sarahs@github.com>
Co-authored-by: jmarlena <>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Update README
* [Universe] Dark mode (#16545)
* Dark mode updates (#16696)
* [Universe] Corporate sponsors (#16457)
* Dependency review beta (#16563)
* Add placeholder topic file
* Revert change I didn't make
I'm not sure where this change came from or why it's showing up in my PR here but I didn't make this change and it's not part of Dependency Review so I'm reverting it.
* Un-revert previous change
OK I see what happened there. I was comparing the PR to main rather than the Universe megabranch, hence it showed a change I didn't make.
This commit undoes the change I do not want to revert on the megabranch.
* Update image to add the Checks tab
* Finish updating topic to mention DR
* Fix check errors
* Fix another versioning error
* Add a sentence about supported ecosystems
* Add review changes
* Remove Further reading topics in same category
As suggested by James, I've removed the links to topics that are in the same `/collaborating-with-issues-and-pull-requests/` category as this topic.
* Update content/github/managing-security-vulnerabilities/about-managing-vulnerable-dependencies.md
Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>
* Update content/github/managing-security-vulnerabilities/about-managing-vulnerable-dependencies.md
Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>
* Update content/github/managing-security-vulnerabilities/about-managing-vulnerable-dependencies.md
Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>
* Update content/github/managing-security-vulnerabilities/about-managing-vulnerable-dependencies.md
* Updates in the light of Maya's review
* Remove use of "exploit" in description
* Change 'dependency review summary' to 'dependency review'
See PR review comment from Maya.
* Mention that the age of the dependency is given
* Update screenshots to latest GUI
* Add details of dependency ordering within a DR
* Update content/github/collaborating-with-issues-and-pull-requests/reviewing-dependency-changes-in-a-pull-request.md
Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>
* Update content/github/managing-security-vulnerabilities/about-managing-vulnerable-dependencies.md
Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>
* Update content/github/visualizing-repository-data-with-graphs/about-the-dependency-graph.md
Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>
Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>
* [Universe 2020] New audit log REST API endpoint (#16699)
* Minimal updates for preview
* ✨ API previews ✨
* Update beta note
* ✨ Update API previews ✨
* ✨ Update previews ✨
* Add draft section for git events
* Clean API previews
* More fixes + API previews
* Address review comments + update API previews
* Mention cursor-based pagination
* Update content/rest/overview/resources-in-the-rest-api.md
Co-authored-by: Jeff Saracco <jeffsaracco@github.com>
* Temporarily revert API previews
* Small tweaks from review comments + API previews
* revert json schemas
* Updating OpenAPI descriptions (#16776)
* Updating OpenAPI descriptions
* Add decorated OpenAPI schema files
Co-authored-by: Jeff Saracco <jeffsaracco@github.com>
Co-authored-by: skedwards88 <skedwards88@github.com>
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com>
* [Universe 2020] GitHub Actions: Workflow visualization (#16629)
* initial empty commit
* replace image used only for dotcom
* add new image and version usage
* add new image and version usage
* add new image and version usage
* add new image and version usage, delete unneeded image
* add new image and version usage, fix incorrect image
* add new image and version usage
* add new image and version usage
* add new image and version usage
* add new image and version usage
* update screenshot update
* add new image and version usage
* add new image and version usage
* update text
* update images and fix list numbering
* add step with graph
* Add missing versioning
* add overview of visualization
* fix title to match filename
* add beta note
* update wording
* Restructuring packages (#16731)
* restructuring packages
* moving more content
* moving more content
* fixing the toc for guides
* removing CR from the landing page
* adjusting qs
* updating npm
* enhancing guides
* Update updating-github-insights.md
* fixing link problems
* fixing link problems
* redirecting the redirects
* another change
* fixing the guides landing page
* add packages quickstart
* moving CR content
* adding some descriptive text
* add packages landing page
* adding guide content back
* update popular articles based on data
* fix caps on product name
* try removing product from front matter
* Update content/packages/quickstart.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Update content/packages/quickstart.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* add node package instructions to quickstart
* fixing links and adding redirect
* fixing redirects
* renaming to container guides
* renaming to container guides and fixing reusables
* adding context and about section to CR
* removign landign page extra titles and descriptions
* reverting the packages
* updating link
* Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* updating
* update test to reflect redesigned product landing page
* Add private vs public clarification
* Fix borked test
* filter out standalone category files from test
Co-authored-by: Cynthia Rich <crichID@github.com>
Co-authored-by: Cynthia Rich <crichID@users.noreply.github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Sarah Schneider <sarahs@github.com>
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
* Add discussions video
See https://github.com/github/docs-internal/pull/16759
* Remove typos
* update article name in test
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: James Fletcher <42464962+jf205@users.noreply.github.com>
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
Co-authored-by: Jeff Saracco <jeffsaracco@github.com>
Co-authored-by: skedwards88 <skedwards88@github.com>
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com>
Co-authored-by: Meg Bird <megbird@github.com>
Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
Co-authored-by: Cynthia Rich <crichID@github.com>
Co-authored-by: Cynthia Rich <crichID@users.noreply.github.com>
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Sarah Schneider <sarahs@github.com>
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
* Add featuredLinks to frontmatter
* Parse them in featured-links.js
* Remove old raw setup
* Use them
* Missed a couple
* Update translation files
* Fix frontmatter schema
* Loop over the right object
* Also update translations' usage
* Update docs and tests
* Better README comment
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
* Return next()
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
* remove FEATURE_NEW_VERSIONS from feature-flags.json
* remove process.env.FEATURE_NEW_VERSIONS from include files
* remove process.env.FEATURE_NEW_VERSIONS from lib files
* remove process.env.FEATURE_NEW_VERSIONS from middleware files
* remove process.env.FEATURE_NEW_VERSIONS from script files
* remove process.env.FEATURE_NEW_VERSIONS from test files
* update test fixtures to use new versions as canonical fixtures