riscv / learn

Tracking RISC-V Actions on Education, Training, Courses, Monitorships, etc.
https://riscv.org/
494 stars 56 forks source link

convert readme from markdown to adoc #19

Closed govardhnn closed 7 months ago

govardhnn commented 9 months ago

This PR does the following:

govardhnn commented 9 months ago

This PR is from my yesterday's proposed change to convert README from markdown to asciidoc. I will create a separate PR to divide the README based on resource categories.

Also note that the earlier used technique to use anchor tags to direct to a new page does not work with markdown. For reference: Stack Overflow Thread on trying new tab anchors in markdown

I would like to make further minor suggestions to commit to the same PR:

  1. do not populate gitignore with ~

    • use an alias in your computer for emacs/vim to remove backup files before staging files to git, do not add backupfile suffixes to a public repository gitignore
      like: alias rme='find . -name "*~" -exec rm -rf {} +; find . -name "*#" -exec rm -rf {} +;'
  2. remove the date added column - remove the need to check for outdated content, its the role of the community to raise an issue and if possible - a PR to remove outdated content.

    1. arrange all resources in alphabetical order of either Author or the tutorial to prevent bias in ordering
thong-phn commented 7 months ago

Hi @govardhnn, while this feature is impressive, our current focus is solely on the content. We'll revisit this aspect at a later stage.