PreventFlashLoanAttacks / Prevent-Flash-Loan-Attacks

We are dedicated to stopping flash loan and oracle manipulation attacks. Please consider contributing if you have additional information.
https://preventflashloanattacks.com/
BSD Zero Clause License
21 stars 8 forks source link

Here's why new website is not active #12

Closed adamazad closed 3 years ago

adamazad commented 3 years ago

GitHub uses a CNAME file to determine which branch to use for the domain pointing to the repository. We have two of those:

  1. main > docs/CNAME
  2. gh-pages > CNAME

GitHub is using the main branch as the source for GitHub pages. @PatrickAlphaC, see the settings.

PatrickAlphaC commented 3 years ago

I'll be testing this again today. There was that issue I had before so I reverted the changes.

PatrickAlphaC commented 3 years ago

I was also just thinking of maybe just doing https://www.mkdocs.org/ that way we can make additional pages easier. What do you think @adamazad ?

adamazad commented 3 years ago

@PatrickAlphaC, making additional pages in Gatsby is even easier! In fact, the current version has 7 pages.

Each ts and mdx file can be viewed. For instance, you can view more-details.mdx by going to /more-details. I did not use a layout for those. I opted for a single-page information webpage to buy time.

There's also a table of content if you hover on the left side of the page -- it's a hidden gem