Skip to content

Commit

Permalink
Fix site build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
omckeon committed Jul 26, 2024
1 parent 9aee0e5 commit 83c1aea
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/content/docs/reference/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ navigate to the src/content/docs, and upload your .md or .mdx file to the releva
</details>

<details>
<summary>When I attempt to run the documentation website locally, it says "The .nvmrc file is using a
version of node that is not supported by astro anymore". Please how do I fix this?</summary>
<summary>When I attempt to run the documentation website locally, it says "The .nvmrc file is using
a version of node that is not supported by astro anymore". Please how do I fix this?</summary>

Re-install or upgrade the version of Node.js software on your laptop.

Expand All @@ -47,7 +47,8 @@ Yes, there is. Find some helpful links below.

- [Instructional video](https://deakin365.sharepoint.com/:v:/r/sites/ThothTech2/Shared%20Documents/General/Instructional%20Video%20-%20How%20To%20Upload%20Documents%20to%20Starlight.mp4?csf=1&web=1&e=s26lMo).
- [Help hub session recording](https://deakin365-my.sharepoint.com/:v:/g/personal/s221460489_deakin_edu_au/EXib27xJI2hCkHpzBXOxxYQBOfDGhhQJ1A23ciisMROeRA?xsdata=MDV8MDF8fDgxMTZlNDYzMzAyZTQxYTZhNGE2MDhkYmYyMWMwMGY1fGQwMjM3OGVjMTY4ODQ2ZDU4NTQwMWMyOGI1ZjQ3MGY2fDB8MHw2MzgzNjk5NzQyOTIxNjE3MDJ8VW5rbm93bnxWR1ZoYlhOVFpXTjFjbWwwZVZObGNuWnBZMlY4ZXlKV0lqb2lNQzR3TGpBd01EQWlMQ0pRSWpvaVYybHVNeklpTENKQlRpSTZJazkwYUdWeUlpd2lWMVFpT2pFeGZRPT18MXxMM1JsWVcxekx6RTVPbEZtZUY5VFZFaFZPVEJQYzFaWlFraFdXVXRvYzFKUk5XZHRSV1V3Y3psUk5tdFBjRUptTm1Kc2FUZ3hRSFJvY21WaFpDNTBZV04yTWk5amFHRnVibVZzY3k4eE9UcFJabmhmVTFSSVZUa3dUM05XV1VKSVZsbExhSE5TVVRWbmJVVmxNSE01VVRaclQzQkNaalppYkdrNE1VQjBhSEpsWVdRdWRHRmpkakl2YldWemMyRm5aWE12TVRjd01UUXdNRFl5T0RNd01nPT18NTg0ZjIwNWZmZjA3NGZlZTQyNjQwOGRiZjIxYzAwZjN8ZTU2N2Y4NzA4YjFlNDI1YWIzYjRhM2I1NmExY2QwMjE%3D&sdata=TldtNGVnTDJWWlVnb2lBMGlZZXlLNEI1M2p5emU3ZndBYmpSTkV6MnN0QT0%3D)
</details>

</details>

<details>
<summary>What do I do to resolve Linelint issues in the CI build checks for my Pull Request?</summary>
Expand Down Expand Up @@ -75,16 +76,16 @@ code editor.
In such instances, the primary reason is often due to the absence of a title block at the start of
your markdown file. For example.

```
```md
title: Frequently Asked Questions (FAQ)
description: Frequently Asked Questions
```

</details>

<details>
<summary>I currently have a Pull Request that is still under Review, when I make a commit for a new change,
I am unable to create another Pull Request. Why is that?</summary>
<summary>I currently have a Pull Request that is still under Review, when I make a commit for a
new change, I am unable to create another Pull Request. Why is that?</summary>

Because your Pull Request is still under Review and you are pushing changes from the same GitHub
account (which is your personal one) your new commit will still fall under your old PR. No cause for
Expand Down

0 comments on commit 83c1aea

Please sign in to comment.