Skip to content

Conversation

@0xlukem
Copy link
Contributor

@0xlukem 0xlukem commented Oct 24, 2025

📝 Description

This PR removes the hr from the cards on the content pages to better align with the new styling.

This PR needs to be merged with this one: papermoonio/polkadot-mkdocs#167

🔍 Review Preference

Choose one:

  • ✅ I have time to handle formatting/style feedback myself
  • ⚡ Docs team handles formatting (check "Allow edits from maintainers")

🤖 AI-Ready Docs

If content changed, regenerate AI files:

  • ✅ I ran python3 scripts/generate_llms.py
  • ⚡ Docs team will regenerate (check "Allow edits from maintainers")

✅ Checklist

@0xlukem 0xlukem requested a review from a team as a code owner October 24, 2025 21:29
Copilot AI review requested due to automatic review settings October 24, 2025 21:29
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes <hr> elements from card components across documentation pages to align with new styling guidelines. The changes affect tutorial, infrastructure, and development documentation sections.

Key Changes

  • Removal of horizontal rule separators from card UI components
  • Cleanup of code blocks by removing content while preserving structure
  • Updates to AI-generated index files reflecting the content changes

Reviewed Changes

Copilot reviewed 68 out of 69 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tutorials/polkadot-sdk/system-chains/asset-hub/index.md Removed <hr> from Asset Hub card
tutorials/polkadot-sdk/index.md Removed <hr> from SDK source code card
tutorials/onchain-governance/index.md Removed <hr> from OpenGov card
tutorials/interoperability/xcm-channels/index.md Removed <hr> from HRMP configurations card
tutorials/interoperability/index.md Removed <hr> from two interoperability cards
tutorials/index.md Removed <hr> from five tutorial cards
tutorials/dapps/index.md Removed <hr> from two dApp tutorial cards
infrastructure/staking-mechanics/index.md Removed <hr> from three staking mechanics cards
infrastructure/running-a-validator/operational-tasks/index.md Removed <hr> from two operational tasks cards
infrastructure/running-a-validator/onboarding-and-offboarding/index.md Removed <hr> from four onboarding/offboarding cards
infrastructure/running-a-validator/index.md Removed <hr> from three validator cards
develop/toolkit/parachains/spawn-chains/zombienet/index.md Removed <hr> from Zombienet tutorial card
develop/toolkit/parachains/spawn-chains/index.md Removed <hr> from spawn chains card
develop/toolkit/parachains/fork-chains/index.md Removed <hr> from fork chains tutorial card
develop/toolkit/parachains/fork-chains/chopsticks/index.md Removed <hr> from two Chopsticks cards
develop/toolkit/api-libraries/index.md Removed <hr> from two API libraries cards
develop/parachains/testing/index.md Removed <hr> from two testing cards
develop/parachains/maintenance/index.md Removed <hr> from two maintenance cards
develop/parachains/deployment/index.md Removed <hr> from chain spec builder card
develop/parachains/customize-parachain/index.md Removed <hr> from three customization cards
develop/interoperability/xcm-guides/index.md Removed <hr> from four XCM guide cards
develop/interoperability/index.md Removed <hr> from four interoperability cards
.ai/site-index.json Updated metadata reflecting modified content
.ai/pages/* Updated AI-generated pages with removed content

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@0xlukem 0xlukem added B0 - Needs Review Pull request is ready for review A2 - Maintenance Minor Pull request contains minor updates to an existing page (i.e., modifying parameters, steps, etc.) labels Oct 24, 2025
Copy link
Collaborator

@nhussein11 nhussein11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but please could someone push the ia files again?

@eshaben eshaben added B1 - Ready to Merge Pull request is ready to be merged and removed B0 - Needs Review Pull request is ready for review labels Oct 31, 2025
@eshaben eshaben merged commit f6bfa3c into master Oct 31, 2025
5 of 6 checks passed
@eshaben eshaben deleted the 0xlukem/card-styling branch October 31, 2025 19:51
eshaben added a commit that referenced this pull request Nov 13, 2025
* Include Ubuntu Rust setup commands (#964)

* Include Ubuntu Rust setup commands

* Using tabs instead of headers to differentiate OS and ran scripts/generate_llms.py

* Regenerate llms files

* September SEO (#996)

* fix url

* llms

* Update dependencies (#995)

* Update hardhat.md (#972)

* Update hardhat.md

added Node version recommendation in pre-reqs so it's more prominent

* LLM updates re: Node version

LLM updates re: Node version

* Update GPG Key Links to Match Visible Ones (#967)

The Security and Release Team links were swapped in the html reference

* Overhaul LLMs (docs changes) (#969)

* adds script to output .md pages to /.ai/, adds ai_exclude flag to needed pages, adds initial batch of ai files

* adds Tutorial tag to relevant pages, updates scripts for generating new llms files (still need category files)

* adds category file generation

* updates main llms script, removes deprecated LLMs files

* adds estimated token count to category bundle outputs

* adds variable for base url for ai artifact files

* wired up existing UI, updated default file outputs

* update f string copy to match file renaming

* updates check-llms workflow to verify llms.txt as llms-full.txt is deprecated with these changes

* fresh llms

* updates urls for prod

* update scripts per feedback (remove bundle from file path)

* Fix filepaths to remove bundle

* remove log line that is no longer needed

* patch to remove source repos and optional resources from llms.txt, WIP README

* patch script to output llms-full.jsonl to root of docs repo (too big to download via browser like other /.ai/ files)

* updates README

* tweaking workflow for new full site file use

* removes Tutorial category (we can figure out how we want to manage tagging these in future ticket).

* updated llms

* remove ai_exclude flag and tags, update README

* remove blank end lines

* update generate category script to only output md format (will explore other formats in future ticket)

* updates per feedback, fresh llms

* formatting

* remove tutorial.md bundle file as not needed at this time.

* update to fix errant hyphen in front of code snippets, ran fresh llm files with the corrections in place

* remove check for 'ai_exclude' flag

* remove ai exclude tag

* remove Tutorial tags, fresh llms

* updates script to fix formatting issue in output files, fresh llms

* update code comment

* missed a file save!

* improved README

* fresh llms

* Revert "Overhaul LLMs (docs changes) (#969)" (#1004)

This reverts commit 68f574d.

* Latest Node recommended, fixed indentation (#1007)

* Update hardhat.md

added Node version recommendation in pre-reqs so it's more prominent

* LLM updates re: Node version

LLM updates re: Node version

* Update hardhat to recommend Node 22.5

Node 22.5 version required for latest plugin version (released a couple of days ago) to avoid Websocket issues. 

Also to fix indentation :)

* update LLM files with node version for hardhat

update LLM files with node version for hardhat

* Improve contributor experience with streamlined documentation and workflows (#974)

* Improve CONTRIBUTING workflow

* Update workflow

* Update workflow

* Update wording to be clear and concise

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update README.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update content

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update README.md

Co-authored-by: Erin Shaben <[email protected]>

* Update README.md

Co-authored-by: Erin Shaben <[email protected]>

* Update README.md

Co-authored-by: Erin Shaben <[email protected]>

* add termynal element

* Update content

* Update .CONTRIBUTING.md

Co-authored-by: Erin Shaben <[email protected]>

* Update content

---------

Co-authored-by: Erin Shaben <[email protected]>

* Add Polkadart to tooling section (#944)

* Add polkadart

* Update develop/toolkit/api-libraries/polkadart.md

Co-authored-by: Nicolás Hussein <[email protected]>

* PR feedback

* Update develop/toolkit/api-libraries/polkadart.md

Co-authored-by: Taylor Lucero <[email protected]>

* Update develop/toolkit/api-libraries/polkadart.md

Co-authored-by: Taylor Lucero <[email protected]>

* Update develop/toolkit/api-libraries/polkadart.md

Co-authored-by: Taylor Lucero <[email protected]>

* Update develop/toolkit/api-libraries/polkadart.md

Co-authored-by: Taylor Lucero <[email protected]>

* Update develop/toolkit/api-libraries/polkadart.md

Co-authored-by: Taylor Lucero <[email protected]>

* Update develop/toolkit/api-libraries/polkadart.md

Co-authored-by: Taylor Lucero <[email protected]>

* Update .nav.yml

---------

Co-authored-by: Nicolás Hussein <[email protected]>
Co-authored-by: Taylor Lucero <[email protected]>

* Update .nav.yml (#1003)

* Update Rust setup instructions in template guide (#1006)

* add install command

* add llms files

* Update validator onboarding images and documentation (#979)

* Update validator onboarding images and documentation

* fix: typo

* fix: llms

* docs: Update validator activation instructions in onboarding guide

* fix: llms

* docs: Update validator activation steps to include bond amount requirement

* fix: llms

* fix: start validating page

* fix: last image

* fix: llms

* fix

* fix: llms

* fresh llms

* llms check

* fresh llms

---------

Co-authored-by: DAWN KELLY <[email protected]>

* Add guide on transferring tokens between parachains (#973)

* WIP: Creating ParaSpell transfer guide

* WIP

* Add ParaSpell transfer guide

* Update develop/toolkit/interoperability/paraspell/index.md

Co-authored-by: Nicolás Hussein <[email protected]>

* Update develop/toolkit/interoperability/paraspell/paraspell-xcm-sdk.md

Co-authored-by: Nicolás Hussein <[email protected]>

* Update develop/toolkit/interoperability/paraspell/paraspell-xcm-sdk.md

Co-authored-by: Nicolás Hussein <[email protected]>

* Update develop/toolkit/interoperability/paraspell/paraspell-xcm-sdk.md

Co-authored-by: Nicolás Hussein <[email protected]>

* Update develop/toolkit/interoperability/paraspell/paraspell-xcm-sdk.md

Co-authored-by: Nicolás Hussein <[email protected]>

* Update content

* Update content

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/teleport-from-asset-hub-to-relay-chain.md

Co-authored-by: Taylor Lucero <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/teleport-from-asset-hub-to-relay-chain.md

Co-authored-by: Taylor Lucero <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/teleport-from-asset-hub-to-relay-chain.md

Co-authored-by: Taylor Lucero <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/teleport-from-asset-hub-to-relay-chain.md

Co-authored-by: Taylor Lucero <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/teleport-from-asset-hub-to-relay-chain.md

Co-authored-by: Taylor Lucero <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/index.md

Co-authored-by: Taylor Lucero <[email protected]>

* Update content

* Update content

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/teleport-from-asset-hub-to-bridge-hub.md

Co-authored-by: Nicolás Hussein <[email protected]>

* Update content

* llms

* Revise for AH to People Chain

* Update title

* Fix content

* Revise content to generic XCM transfer between parachains

* Pin dependencies

* Update wording in content

* Update content to reflect generic nature of tutorial

* Update code according to feedback

* Update content

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* python3 scripts/generate_llms.py

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update develop/toolkit/interoperability/paraspell-xcm-sdk/transfer-tokens-between-parachains.md

Co-authored-by: Dawn Kelly <[email protected]>

* Update content

---------

Co-authored-by: Nicolás Hussein <[email protected]>
Co-authored-by: Taylor Lucero <[email protected]>
Co-authored-by: Dawn Kelly <[email protected]>

* Add tutorial for paying transaction fees with different tokens (#966)

* Add tutorial for paying transaction fees with different tokens

* fix: llms

* Remove tutorial and code snippets for paying transaction fees with different tokens

* fix: llms

* Update tutorial for sending transactions with alternative fee payment token and adjust navigation link

* Enhance tutorial for sending transactions with alternative fee payment token by adding TypeScript module configuration step

* fix: llms

* Refine tutorial for sending transactions with alternative fee payment token by clarifying implementation steps and enhancing readability

* fix: llms

* Refine tutorial title for sending transactions with alternative fee payment token to improve clarity

* Apply suggestions from code review

Co-authored-by: Taylor Lucero <[email protected]>

* fix: llms

* Apply suggestions from code review

Co-authored-by: Taylor Lucero <[email protected]>

* fix: title

* fix: llms

---------

Co-authored-by: Taylor Lucero <[email protected]>

* Dawn/improved llms v2 (#1030)

* adds `generate_ai_pages.py` with indentation respected and yaml/yml wrapper

* updates script to ouput to /ai/pages dir, adds generate_llms_txt.py

* removes deprecated script

* adds generate_category_bundles.py script + generated files

* adds generate_site_index.py + resulting files

* delete deprecated script, add main script for llm file pipeline

* remove deprecated category files

* update to use files in /ai/categories for table

* update workflow

* fresh llms

* Update ai/pages/tutorials-smart-contracts-demo-aplications-deploying-uniswap-v2.md

Co-authored-by: Copilot <[email protected]>

* fresh llms

* fixes duplicate terminal outputs, fresh llm files

---------

Co-authored-by: Copilot <[email protected]>

* Switch llms output directory to be /.ai/ (#1089)

* update scripts to use /.ai/ instead of /ai/

* run llms to generate outut to /.ai/

* delete /ai/

* update config

* llms

* add n8n script (#1100)

* add n8n script

* test

* test

* revert

---------

Co-authored-by: Taylor Lucero <[email protected]>

* Dark mode images fix (#1110)

* mermaid fix

* fix

* fix

* llms

* fix minor rendering issues (#1115)

* fix minor issues

* llms

* update spacing (#1116)

* Reorder APIs on the sidebar (#1122)

Since it is not in alphabetical order anyway, as far as I know "Polkadart" should be before "Polkadot-API"

Dart, comes before TypeScript, Python comes before TypeScript, and so on, but it seems the only "error" is that Dedot is listed first. 

If you don't mind us making this change @sinzii ? I really appreciate all your hard work.

* Dawn/per page llm staging (#1101)

* Copy js file from copy-to-llm (#909)

Co-authored-by: Leonardo Custodio <[email protected]>

* script review, added TODOs and comments re: updates to work with resolved Markdown files we will use for per-page content

* updates comment

* tweaks to script to prep for per page md file wireup

* continue updating script to use new generated files

* iterating on script

* WIP

* fresh llms

* adds view icons to table

* removes deprecated placeholder files

* whitespace

* fresh llms

* removes view icons, fresh llms

* fresh llms

* updates exports, cleans up code

* update exports

* clean, clean, clean the code

* remove debug window for prod

* code clean up

* more clean up

* formatting/styling clean up

* apply review feedback

* fresh llms

* clean code, remove deprecated script

* script clean up and testing

* script clean up, fresh llms

* clean up contents, prettier

---------

Co-authored-by: Leonardo Custodio <[email protected]>

* Patch per-page LLM widget (#1133)

* removes unneeded checks and processing to reduce console noise and confusing errors.

* prettier

* remove extra normalizing check

* patch remove deprecated logic

* patch the patches

* pathcy patch patcherson

* clean and patch

* remove blank line at end

* patching stuff

* patch error handling

* patch error handling

* Apply suggestion from @Copilot

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>

* Add Wallet Tools section with LunoKit integration library (#1121)

* Add Wallet Tools section with LunoKit integration library

Add a new "Wallet Tools" section for libraries and SDKs that help
developers quickly and easily integrate wallet functionality into their dApps.

Add LunoKit - a React library that simplifies wallet integration with unified API for 9+ Polkadot wallets, pre-built components, TypeScript support, and compatibility with major Polkadot APIs. Helps developers add wallet functionality without building from scratch.LunoKit is supported by the Web3 Foundation Grants Program.

* fix: llms

* fix: site-index

* fix: merge conflicts

---------

Co-authored-by: nhussein11 <[email protected]>

* update build workflow

* update script (#1151)

Co-authored-by: Taylor Lucero <[email protected]>

* Fix - Add chain spec path argument (#1136)

* Add chain spec path argument

* llm

* fix: llms

* fix: llms

* fresh llms

---------

Co-authored-by: nhussein11 <[email protected]>
Co-authored-by: DAWN KELLY <[email protected]>

* patch script to remove last modified lines from site-index.json (#1141)

* New Card Styling (#1142)

* remove hr from manual cards

* llms

* fresh llms

---------

Co-authored-by: Erin Shaben <[email protected]>

* removes deprecated files related to legacy vale workflow (#1180)

* Seo November  (#1172)

* wip

* llms

* fix

* fresh llms

* update hardhat documentation for web0 hackathon (#1227)

* Dawn/patch llms scripts (#1197)

* Adds check to delete old files from /.ai/ before writing updated one to keep docs and llm files in sync

* adds word count and token estimates to per page files

* adds word count and token estimate to category files

* update token function per feedback from Copilot

* removes output of token and word counts to pages to avoid frequent merge conflicts. Functions for determining counts left in place.

* fresh llms without word and token counts

* Update .CONTRIBUTING.md (#1199)

* Merge remote-tracking branch 'origin/master' into staging/product-ia

---------

Co-authored-by: Muhammad Arsalan Hussain <[email protected]>
Co-authored-by: Lucas Malizia <[email protected]>
Co-authored-by: Bruno Galvao <[email protected]>
Co-authored-by: ottovlotto <[email protected]>
Co-authored-by: deigenvektor.io <[email protected]>
Co-authored-by: Dawn Kelly <[email protected]>
Co-authored-by: Leonardo Custodio <[email protected]>
Co-authored-by: Nicolás Hussein <[email protected]>
Co-authored-by: Taylor Lucero <[email protected]>
Co-authored-by: Nikos Kontakis <[email protected]>
Co-authored-by: DAWN KELLY <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Taylor Lucero <[email protected]>
Co-authored-by: Leonardo Custodio <[email protected]>
Co-authored-by: cris <[email protected]>
Co-authored-by: nhussein11 <[email protected]>
Co-authored-by: albertov19 <[email protected]>
Co-authored-by: Bader Youssef <[email protected]>
Co-authored-by: Utkarsh Bhardwaj <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A2 - Maintenance Minor Pull request contains minor updates to an existing page (i.e., modifying parameters, steps, etc.) B1 - Ready to Merge Pull request is ready to be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants