DNN Docs GitHub Activity

Stay Up To Date With The Latest GitHub Activity

Following is a direct feed from the open and free source code repository for DNN Docs on GitHub. For those less savvy with GitHub, the below list serves as a less techy rendition of the most recent commits for DNN Docs. These come complete with links to the GitHub repository for those wishing to dig deeper.

# DNN Use different verification method for token »

Saturday, June 13, 2026

Use different verification method for token

# DNN Merge pull request #801 from valadas/prefer-github-token »

Saturday, June 13, 2026

Merge pull request #801 from valadas/prefer-github-token

Fixed a deployment issue

# DNN Fixed a deployment issue »

Saturday, June 13, 2026

Fixed a deployment issue

A recent refactor for token support made the deploy task look for it in .env file instead of using the github provided one-time token. This refactors it to prefer the github provided token so both ways still work.

# DNN Merge pull request #793 from GVskl/FlattenLearningCurve_and_AddVisual… »

Friday, June 12, 2026

Merge pull request #793 from GVskl/FlattenLearningCurve_and_AddVisualStudio

Add Visual Studio as an alternative to edit DNN Docs articles. Additionally…

# DNN Adjusted layout a bit »

Wednesday, June 10, 2026

Adjusted layout a bit

# DNN Update in follow up from comments, remarks and suggestions on Pull Re… »

Wednesday, June 10, 2026

Update in follow up from comments, remarks and suggestions on Pull Request

# DNN Merge branch 'main' into FlattenLearningCurve_and_AddVisualStudio »

Monday, June 8, 2026

Merge branch 'main' into FlattenLearningCurve_and_AddVisualStudio

# DNN Merge pull request #799 from stetard/patch-1 »

Wednesday, May 6, 2026

Merge pull request #799 from stetard/patch-1

Revise upgrade package instructions for DNN Platform after 10.2.0

# DNN Merge pull request #800 from valadas/build-performance »

Wednesday, May 6, 2026

Merge pull request #800 from valadas/build-performance

Several improvements to build efficiency

# DNN Several improvements to build efficiency »

Wednesday, May 6, 2026

Several improvements to build efficiency

- Add .env.example and update README for local token config
- Add ValidateGitHubToken target to check token validity/scope
- Auto-set SKIP_CONTRIBUTORS if token missing/invalid
- Allow Serve port configuration with auto-increment
- Standardize plugin logging with Docfx.Common.Logger
- Refactor GitHubApi to derive contributor stats from commits
- Enhance contributor model with commit count and date
- Refactor RepoStatsBuildStep and PageStatsBuildStep for clarity

We ran into a rate limit recently and I dound a couple of inneficiencies basically. This PR should make the build faster and use less Github API calls.
- Update build.schema.json for new params and targets
- Improve error handling and code consistency throughout

# DNN Merge pull request #798 from DNNCommunity/copilot/improve-repostats-p… »

Wednesday, May 6, 2026

Merge pull request #798 from DNNCommunity/copilot/improve-repostats-plugin-resilience

Improve RepoStats plugin resilience: graceful rate-limit handling in CI

# DNN Revise upgrade package instructions for DNN Platform »

Wednesday, May 6, 2026

Revise upgrade package instructions for DNN Platform

Updated instructions to reflect changes in upgrade package naming and process.

# DNN Refactor: extract PostbuildAsync to use proper await instead of repea… »

Tuesday, May 5, 2026

Refactor: extract PostbuildAsync to use proper await instead of repeated GetAwaiter().GetResult()

Agent-Logs-Url: https://github.com/DNNCommunity/DNNDocs/sessions/3804f175-bf0e-4a12-9b8b-25f9187063a9

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

# DNN Improve RepoStats plugin resilience: handle GitHub API rate limits gr… »

Tuesday, May 5, 2026

Improve RepoStats plugin resilience: handle GitHub API rate limits gracefully in CI

Agent-Logs-Url: https://github.com/DNNCommunity/DNNDocs/sessions/7a209cd6-4a02-44bf-9791-b0d7964136c1

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

# DNN Initial plan »

Tuesday, May 5, 2026

Initial plan

# DNN Merge pull request #796 from valadas/dnn-10.3.2 »

Tuesday, May 5, 2026

Merge pull request #796 from valadas/dnn-10.3.2

Updated suggested upgrade path for 10.3.2

# DNN Updated suggested upgrade path for 10.3.2 »

Tuesday, May 5, 2026

Updated suggested upgrade path for 10.3.2

Updated suggested upgrade path for 10.3.2

# DNN Merge pull request #792 from Accuraty/misc-updates »

Saturday, May 2, 2026

Merge pull request #792 from Accuraty/misc-updates

Misc updates

# DNN Merge pull request #794 from valadas/update-10.2.5 »

Wednesday, April 22, 2026

Merge pull request #794 from valadas/update-10.2.5

Updates upgrade path as per v10.2.5 release

# DNN Updates upgrade path as per v10.2.5 release »

Wednesday, April 22, 2026

Updates upgrade path as per v10.2.5 release

v10.2.4 was accidently released as an "alpha". v10.2.5 is essentially the same but not released as "alpha". The PR adjusts the suggested upgrade path accordingly.