openhands-index / bug_fixing.py
openhands
Update category structure to OpenHands Index with 5 categories
c56f232
raw
history blame
245 Bytes
from content import BUG_FIXING_DESCRIPTION
from category_page_builder import build_category_page
# Define the category for this page
CATEGORY_NAME = "Bug Fixing"
def build_page():
build_category_page(CATEGORY_NAME, BUG_FIXING_DESCRIPTION)