Finished editing quick-docs #313

Closed
adcaelum wants to merge 9 commits from adcaelum/fix-upgrade-page into main
Contributor

Finalized all the edits for quick-docs that aren't maintained on the wiki. Edited for spelling, grammar, tone, consistency in content, clarity, etc. Mirroring.adoc was the biggest workload of them all since none of the content carried over.

Finalized all the edits for quick-docs that aren't maintained on the wiki. Edited for spelling, grammar, tone, consistency in content, clarity, etc. Mirroring.adoc was the biggest workload of them all since none of the content carried over.
Contributor

Metadata Update from @pbokoc:

  • Request assigned
**Metadata Update from @pbokoc**: - Request assigned
Contributor

This doc is fairly long; please add :toc: to this line to automatically include a table of contents generated from headings, it'll help with navigation.

This doc is fairly long; please add `:toc:` to this line to automatically include a table of contents generated from headings, it'll help with navigation.
Contributor

There's an issue with headings in this doc and it causes Antora to display a bunch of warnings. Basically, every heading starting from this line until the end of the doc should be one level lower (one more =). sign).

There's an issue with headings in this doc and it causes Antora to display a bunch of warnings. Basically, every heading starting from this line until the end of the doc should be one level lower (one more `=`). sign).
Contributor

This should either be a link or deleted

This should either be a link or deleted
Contributor

Please add a :toc: below the heading to include a table of contents for easier navigation

Please add a `:toc:` below the heading to include a table of contents for easier navigation
Contributor

This should be an xref. Replace the link: with xref:understanding-and-administering-systemd.adoc[systemd]

This should be an `xref`. Replace the `link:` with `xref:understanding-and-administering-systemd.adoc[systemd]`
Contributor

This markup is inconsistent with other command examples in our docs. Use a command block instead:

[source,bash]
----
systemctl list-jobs
----

This applies for all stand-alone command examples in the article (like the ones right below).

This markup is inconsistent with other command examples in our docs. Use a command block instead: ~~~~ [source,bash] ---- systemctl list-jobs ---- ~~~~ This applies for all stand-alone command examples in the article (like the ones right below).
Contributor

Metadata Update from @pbokoc:

  • Pull-request tagged with: needs changes
**Metadata Update from @pbokoc**: - Pull-request tagged with: needs changes
Contributor

@adcaelum Hi, thank you for the PR! See the feedback above, that should be all from me.

@adcaelum Hi, thank you for the PR! See the feedback above, that should be all from me.
Contributor

@adcaelum are you able to address the feedback on this pull request?

@adcaelum are you able to address the feedback on this pull request?
Author
Contributor

@bcotton

At the risk of sounding dim, every time I attempt to edit this commit, I get thrown an error. I click to the file in the commit, then click the "Edit" button. Every time I do so, I'm met with an error that says:

"Bad Request - Invalid branch specified"

I'd like to know how to edit this commits directly as I don't want to duplicate work by opening another PR.

@bcotton At the risk of sounding dim, every time I attempt to edit this commit, I get thrown an error. I click to the file in the commit, then click the "Edit" button. Every time I do so, I'm met with an error that says: "Bad Request - Invalid branch specified" I'd like to know how to edit this commits directly as I don't want to duplicate work by opening another PR.
Contributor

@adcaelum you'll probably need to do it in your checked out copy. You can make additional commits and push them to your forked branch.

(In order to be able to merge it, you'll probably also need to rebase your fork. I'm not sure how familiar you are with git, so if that seems like more than you want to tackle, you can just push your new edits and I'll make it work)

@adcaelum you'll probably need to do it in your checked out copy. You can make additional commits and push them to your forked branch. (In order to be able to merge it, you'll probably also need to [rebase your fork](https://medium.com/@topspinj/how-to-git-rebase-into-a-forked-repo-c9f05e821c8a). I'm not sure how familiar you are with git, so if that seems like more than you want to tackle, you can just push your new edits and I'll make it work)
First-time contributor

Pulled in the files separately:

  • part1: debug systemd f184735
  • part2: enable touchpad 403a6e5
  • part 3: mirror - skipped, wiki page actively updated by infra
  • part 4: uefi qemu b7fcdc1

Installed redirect on old wiki pages:
https://fedoraproject.org/wiki/How_to_enable_touchpad_click
https://fedoraproject.org/wiki/Using_UEFI_with_QEMU

Pulled in the files separately: * part1: debug systemd [f184735](https://pagure.io/fedora-docs/quick-docs/c/403a6e422b1b2269c56ad3defca7b30624ca9a08?branch=main) * part2: enable touchpad [403a6e5](https://pagure.io/fedora-docs/quick-docs/c/403a6e422b1b2269c56ad3defca7b30624ca9a08?branch=main) * part 3: mirror - skipped, wiki page actively updated by infra * part 4: uefi qemu [b7fcdc1](https://pagure.io/fedora-docs/quick-docs/c/b7fcdc170bea713bcd884071af1ce95a65a55ec3?branch=main) Installed redirect on old wiki pages: https://fedoraproject.org/wiki/How_to_enable_touchpad_click https://fedoraproject.org/wiki/Using_UEFI_with_QEMU
First-time contributor

Pull-Request has been closed by pboy

Pull-Request has been closed by pboy

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Docs/quick-docs#313
No description provided.