-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embedding in SharePoint #44
Comments
@gvee-uk if we make the site public as a static site built off these contents this will satisfy the last point correct? |
I suspect so, yup! |
@KingMichaelPark can you remind me of the public site URL, please? 🏷️ @ShedBarney |
I would argue that we should add a dns entry to just have it be available at engineering.thedatashed.co.uk |
Regarding this, I've spotted that there's some content on Sharepoint which doesn't seem to be in the handbook but might still be pertinent:
I'm not entirely sure which, if any, of the above is still in use and/or can be considered relevant enough to be included in the handbook repo. I'd be happy to migrate across if so. |
Principles : yes |
Fantastic, I've knocked up the principles in markdown and can open a PR with the addition. |
Cheers feel free to whenever convenient |
Remember the reason for doing this is to have a consistent, single point of truth. Two mastered copies of stuff is no good to anyone!
I've spent some time looking at this today and I think the viable option to make this work is to have a GitHub Action that uploads the Markdown files to our SharePoint site.
These can then be linked to in SharePoint using the "File Viewer" WebPart which seems to render Markdown files sufficiently well!
Example GitHub Action to use: https://github.com/marketplace/actions/publish-to-sharepoint
Note: this needs credentials, obvs. I don't have access to create secrets in this repo, so haven't tried it.
[partially] Failed attempts include:
The text was updated successfully, but these errors were encountered: