BlueprintFramework / web

Static HTML landing and documentation page for the Blueprint extension framework.
https://blueprint.zip
MIT License
16 stars 11 forks source link

Add "Edit on github" Button to pages #2

Closed Slimi1 closed 9 months ago

Slimi1 commented 9 months ago

This change will add an "Edit this page on Github" button to all pages, that contain the "next/previous" buttons.

Since blueprint.zip is open-source i thought this would be a nice button for users to easily edit pages if there is mistakes or something that they would like that add. clicking on this button will open the edit url for that specific page, as an example, if you click this button on "developing-extensions/Writing-extensions" it would open this url "https://github.com/teamblueprint/web/edit/main/docs/pages/developing-extensions/Writing-extensions.md".

Feel free to make any changes you may want to make or not to merge these changes. This didn't take me a lot of time anyway so it doesn't really matter what you decide to do with it.

Preview: image

prplwtf commented 9 months ago

I've made some additional changes to improve how to button will look, as before it looked similar to a "disabled" Bootstrap button.

I'll look into merging this as soon as possible.