solid / authentication-panel

GitHub repository for the Solid Authentication Panel
MIT License
11 stars 15 forks source link

Move solid-oidc proposal for auto-rendering #79

Closed justinwb closed 3 years ago

justinwb commented 3 years ago

Creates a proposals folder and moves the solid-oidc.bs into it, where it will be autorendered by github action.

acoburn commented 3 years ago

Would it make sense to remove the (now outdated) oidc-authentication.md file? Also, if GH actions will auto-render the document, the current solid-oidc.html file can be removed from this repo.

Also, it looks like the current GH Action will be looking for an index.bs file rather than solid-oidc.bs. Perhaps changing proposals/*/index.bs => proposals/*/*.bs would help?

Once this is all lined up, the main README page should point to the rendered HTML resource.

elf-pavlik commented 3 years ago

I think we can just move it to /proposals/solid-oidc/index.bs so that we have it available at /authentication-panel/solid-oidc/

👍 to remove old markdown file and rendered html from the repo

justinwb commented 3 years ago

@acoburn @elf-pavlik good points all around - i believe they've been reflected in the latest push.