{"id":28386480,"url":"https://github.com/igniteui/igniteui-blazor-api","last_synced_at":"2026-04-30T19:32:13.726Z","repository":{"id":98799648,"uuid":"459626165","full_name":"IgniteUI/igniteui-blazor-api","owner":"IgniteUI","description":"this project generates API docs for Ignite UI for Blazor components","archived":false,"fork":false,"pushed_at":"2026-03-18T15:16:07.000Z","size":1844,"stargazers_count":3,"open_issues_count":4,"forks_count":1,"subscribers_count":27,"default_branch":"master","last_synced_at":"2026-03-19T02:49:30.200Z","etag":null,"topics":["api","blazor","docs","igniteui","webassembly"],"latest_commit_sha":null,"homepage":"https://www.infragistics.com/blazor-apps/blazor-api/api/index.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IgniteUI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-02-15T15:00:01.000Z","updated_at":"2026-01-29T12:21:30.000Z","dependencies_parsed_at":"2025-06-26T13:44:39.799Z","dependency_job_id":null,"html_url":"https://github.com/IgniteUI/igniteui-blazor-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IgniteUI/igniteui-blazor-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgniteUI%2Figniteui-blazor-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgniteUI%2Figniteui-blazor-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgniteUI%2Figniteui-blazor-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgniteUI%2Figniteui-blazor-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IgniteUI","download_url":"https://codeload.github.com/IgniteUI/igniteui-blazor-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgniteUI%2Figniteui-blazor-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32475192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","blazor","docs","igniteui","webassembly"],"created_at":"2025-05-30T14:43:23.652Z","updated_at":"2026-04-30T19:32:13.721Z","avatar_url":"https://github.com/IgniteUI.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  Ignite UI for Blazor API\n\nThis project generates API documentation for **Ignite UI for Blazor** components by:\n\n- restoring IgniteUI.Blazor packages in the `app` folder\n- installing npm packages\n- building Blazor API project\n\n## Install DocFX\n\n- run `choco install docfx -y` command\n\n## Setup Blazor Application\n\nThis section will guide you to setup a blazor application in the `app` folder:\n\n- in notepad, open `/app/blazor-app.csproj` file\n\n- update version of IgniteUI packages to latest version\n\n- open **VS Code** terminal window\n- run `cd app` command\n- run `dotnet restore --force` command\n- run `dotnet build --force` command\n\n\n## Setup Blazor API\n\nThis section will guide you to setup docs project in the root for this repo:\n\n- run `cd ..` command\n- run `npm install` command\n\n\u003c!-- - copy `.dll` and `.xml` files from from latest [Blazor Packages](http://proget.infragistics.local:81/packages?Count=500\u0026FeedId=13), e.g:\n\n    - [IgniteUI.Blazor 21.2](http://proget.infragistics.local:81/feeds/IgniteUINuGet/IgniteUI.Blazor/21.2.818-dev)\n    - [IgniteUI.Blazor.Documents.Excel 21.2](http://proget.infragistics.local:81/feeds/IgniteUINuGet/IgniteUI.Blazor.Documents.Excel/21.2.818-dev)\n    - [IgniteUI.Blazor.Documents.Core 21.2](http://proget.infragistics.local:81/feeds/IgniteUINuGet/IgniteUI.Blazor.Documents.Core/21.2.818-dev)\n\n- paste copied `.dll` and `.xml` files in `src` folder:\n\n\u003cimg src=\"./images/src-folder.PNG\" alt=\"src-folder\" height=\"270\" style=\"margin-left: 40px\"/\u003e --\u003e\n\n## Building Blazor API\n\nThis section builds a website for Blazor API:\n\n- run `gulp build` to generate output files in `_site` folder\n- copy content of the `_site` folder to hosting server\n\n## Updating API Landing Page\n\nThis section explains how to update [API Landing Page](https://staging.infragistics.com/blazor/docs/api/api/index.html)\n\n- open `index-links.json` file\n\n- add entries for new API members (if any), where `api` is name of API component, and `url` is routing path for a topic that provides documentation and examples of the API component\n\n```\n{ \"api\": \"IgbTreeGrid\", \"links\": [ { \"url\": \"/grids/tree-grid/overview\" }] },\n```\n\n- run `gulp updateIndex` to generate a table with API mapping to topics in `index.md` files\n\n- commit your changes and create a new Pull Request","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figniteui%2Figniteui-blazor-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figniteui%2Figniteui-blazor-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figniteui%2Figniteui-blazor-api/lists"}