Change docs links, add to footer
This commit is contained in:
parent
8a3b09ed9b
commit
32bfb49152
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
Spaceport is Calgary Protospace's member portal. It tracks membership, courses, training, access cards, and more.
|
Spaceport is Calgary Protospace's member portal. It tracks membership, courses, training, access cards, and more.
|
||||||
|
|
||||||
Demo: https://spaceport.dns.t0.vc
|
Live: https://my.protospace.ca
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
https://docs.spaceport.dns.t0.vc/
|
https://docs.my.protospace.ca
|
||||||
|
|
||||||
## Development Setup
|
## Development Setup
|
||||||
|
|
||||||
https://docs.spaceport.dns.t0.vc/dev.html
|
https://docs.my.protospace.ca/dev.html
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,9 @@ export function Footer() {
|
||||||
<a href='https://github.com/Protospace' target='_blank' rel='noopener noreferrer' aria-label='link to our github'>
|
<a href='https://github.com/Protospace' target='_blank' rel='noopener noreferrer' aria-label='link to our github'>
|
||||||
<Icon name='github' size='large' />
|
<Icon name='github' size='large' />
|
||||||
</a>
|
</a>
|
||||||
|
<a href='https://docs.my.protospace.ca' target='_blank' rel='noopener noreferrer' aria-label='link to our docs'>
|
||||||
|
<Icon name='book' size='large' />
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>© 2020 Calgary Protospace Ltd.</p>
|
<p>© 2020 Calgary Protospace Ltd.</p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user