feat: replace externally hosted images with local assets#461
Merged
hsluoyz merged 1 commit intoapache:masterfrom Apr 12, 2026
Merged
Conversation
hsluoyz
requested changes
Apr 12, 2026
d8c7c95 to
38a9fb8
Compare
There was a problem hiding this comment.
Pull request overview
Replaces externally hosted images in docs/blog and author avatars with locally served assets from static/img to avoid third-party dependencies.
Changes:
- Update docs/blog Markdown to reference local
/img/...assets instead of external URLs. - Update
blog/authors.ymlto use local author avatar images. - Add new PNG assets under
static/img/**to support the updated references.
Reviewed changes
Copilot reviewed 4 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| static/img/docs/admin-portal-model-editor.png | Adds local screenshot asset used by Admin Portal docs |
| static/img/blog/azure-scope-levels.png | Adds local Azure RBAC hierarchy image used by blog post |
| static/img/authors/rushitote.png | Adds local author avatar for rushitote |
| static/img/authors/casbin.png | Adds local author avatar for casbin |
| docs/AdminPortal.mdx | Switches Admin Portal screenshots from external URLs to local assets |
| blog/authors.yml | Switches author image_url fields from GitHub avatars to local assets |
| blog/2023-12-08-understanding-casbin-matching-in-detail.md | Switches Azure hierarchy image to local asset |
| blog/2020-04-21-google-award.md | Switches award letter image to local asset |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
38a9fb8 to
48aca50
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
part of: #460
replace externally hosted images with local assets