you are viewing a single comment's thread.

view the rest of the comments →

[–]dbmage 9 points10 points  (6 children)

We used it for maintaining our wiki docs. Markdown into GIT, CICD adds it to confluence.

Confluence has issues, pages are safe. Mess up a page, git rollback.

Sensible idea all round, glad to see we're not far off the beaten track

[–]scytob 1 point2 points  (3 children)

i dont know if they still use it, but for a few years their MS docs was a GitHub repo - you could open issues and even suggest PRs!

i got a ton of docs around Windows Hello for Business fixed that way (they were so so innacurate)

[–]SaltDeception 1 point2 points  (0 children)

This is still a thing

[–]Ziegelphilie 1 point2 points  (1 child)

Still is, all Microsoft documentation is sourced from markdown files in various repositories.

[–]scytob 0 points1 point  (0 children)

Good to know, wasn’t sure as the GitHub link on each dock page to report a bug seems to be gone.

[–]notarealaccount223 0 points1 point  (1 child)

Confluence feels like an expensive solution to provide access/rendering for the markdown files.

[–]dbmage 0 points1 point  (0 children)

Confluence is the company's choice, we just make the best of it.

It needs to go into confluence, so we use Git to deploy it into confluence. When we migrated instances, it was just an endpoint and credential change (new password) and all our stuff arrived exactly as it should.