Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/actions/build-docs/action.yml

This file was deleted.

36 changes: 36 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Deploy docs to GitHub Pages

on:
workflow_dispatch:

defaults:
run:
working-directory: docs

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: 'pages'
cancel-in-progress: false

jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
26 changes: 0 additions & 26 deletions docs/components/Footer.tsx

This file was deleted.

44 changes: 0 additions & 44 deletions docs/components/Logo.svg.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions docs/config.ts

This file was deleted.

54 changes: 54 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta httpEquiv="refresh" content="0; URL='https://opennext.js.org'" />
<title>OpenNext docs have moved</title>
<style>
body, html {
height: 100%;
font-size: 1.2rem;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background-color: #121212;
color: #f9f9f9;
}

p {
margin: 0 auto;
}

a {
color: inherit;
text-decoration: underline;
}

section {
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 1rem;
gap: 1rem;
}
</style>
</head>
<body>
<main>
<p>
The docs have moved to its own repository. You can find it here:
</p>
<section>
<a href="https://opennext.js.org">
https://opennext.js.org
</a>
<a href="https://github.com/opennextjs/docs">
https://github.com/opennextjs/docs
</a>
</section>
</main>
</body>
</html>
43 changes: 0 additions & 43 deletions docs/next.config.js

This file was deleted.

22 changes: 0 additions & 22 deletions docs/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions docs/pages/404.mdx

This file was deleted.

3 changes: 0 additions & 3 deletions docs/pages/_app.mdx

This file was deleted.

10 changes: 0 additions & 10 deletions docs/pages/_meta.json

This file was deleted.

64 changes: 0 additions & 64 deletions docs/pages/common_issues.mdx

This file was deleted.

25 changes: 0 additions & 25 deletions docs/pages/comparison.mdx

This file was deleted.

Loading
Loading