avrae / avrae.io

The source code for the website.
https://avrae.io
GNU General Public License v3.0
8 stars 12 forks source link

Community links #621

Closed ChrisHamilton91 closed 2 years ago

ChrisHamilton91 commented 2 years ago

Summary

The following PR should be merged before this one: https://github.com/avrae/.github/pull/1

This creates a community links page that grabs the md doc from the above PR. I tested it by pointing the url to my repo instead of avrae's, seems to work well. Should merge the above PR and give it a test to make sure the avrae url works. It's formatted the same as the commands page.

Preview

Checklist

PR Type

ChrisHamilton91 commented 2 years ago

I totally forgot that ngx-markdown could load in content from a remote, haha. The code LGTM - as a minor naming/layout nit, could you move the link on the toolbar to be under the "More" button, and call it "Community Links" instead?

Yeah ngx really made it dead simple. Just made the change, changed the component name and routing to community-links as well. Tested the regular and mobile buttons, routing works, it picks up the md doc from avrae/.github too.