feat: add no ai badge to readme
This commit is contained in:
parent
8f781c89e9
commit
d2577dd4ba
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -20,6 +20,17 @@ eeXiv borrows from a pioneer in digital open access, arXiv.org, and hosts the mo
|
||||||
|
|
||||||
[^1]: Whichever idiot decided "arXiv" should be pronounced like "archive" can cope; eeXiv is not changing its name or pronunciation.
|
[^1]: Whichever idiot decided "arXiv" should be pronounced like "archive" can cope; eeXiv is not changing its name or pronunciation.
|
||||||
|
|
||||||
|
---
|
||||||
|
<!-- Copilot -->
|
||||||
|
<table>
|
||||||
|
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/KatsuteDev/kdevbot/main/assets/copilot-dark.png#gh-dark-mode-only" width="50">
|
||||||
|
<img alt="Open AI" align="left" src="https://raw.githubusercontent.com/KatsuteDev/kdevbot/main/assets/openai-dark.png#gh-dark-mode-only" width="50">
|
||||||
|
<img alt="GitHub Copilot" align="left" src="https://raw.githubusercontent.com/KatsuteDev/kdevbot/main/assets/copilot-light.png#gh-light-mode-only" width="50">
|
||||||
|
<img alt="Open AI" align="left" src="https://raw.githubusercontent.com/KatsuteDev/kdevbot/main/assets/openai-light.png#gh-light-mode-only" width="50">
|
||||||
|
<p>AI generated code is <b>strictly prohibited</b> on this repository.</p>
|
||||||
|
</table>
|
||||||
|
<!-- Copilot -->
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## For Maintainers
|
## For Maintainers
|
||||||
|
@ -47,3 +58,4 @@ The dummies guide to maintaining a Next.js project:
|
||||||
- **Footnote**: why don't I have to use the utilities in [`db/loaders.ts`](./src/app/db/loaders.ts) to asynchronously load the data in server side components?
|
- **Footnote**: why don't I have to use the utilities in [`db/loaders.ts`](./src/app/db/loaders.ts) to asynchronously load the data in server side components?
|
||||||
- Next.js will automatically pre-render all server side components into static HTML, which means there will be no performance impact (and in fact performance gain at build time)
|
- Next.js will automatically pre-render all server side components into static HTML, which means there will be no performance impact (and in fact performance gain at build time)
|
||||||
to loading the entire objects into memory.
|
to loading the entire objects into memory.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue