This repo appears in your ToolHub portfolio but doesn't have a portfolio.toml file.
Adding one lets you surface extra metadata on your portfolio page:
live_url — link to a running demo or hosted version
docs_url — link to documentation or a wiki
Just create a portfolio.toml in the repo root with the fields that apply:
# URL where the project is running (web apps, demos, hosted tools)
live_url = "https://example.com"
# URL for documentation
docs_url = "https://docs.example.com"
See the portfolio.toml.example in the ToolHub repo for the full reference.
This repo appears in your ToolHub portfolio but doesn't have a
portfolio.tomlfile.Adding one lets you surface extra metadata on your portfolio page:
live_url— link to a running demo or hosted versiondocs_url— link to documentation or a wikiJust create a
portfolio.tomlin the repo root with the fields that apply:See the
portfolio.toml.examplein the ToolHub repo for the full reference.