Skip to content

Commit

Permalink
Remove retry txs (solana-developers#589)
Browse files Browse the repository at this point in the history
* remove: retry-transactions

* add: vercel redirects for retrying transactions
  • Loading branch information
jacobcreech authored Mar 27, 2024
1 parent 9c0e639 commit 7cd31e0
Show file tree
Hide file tree
Showing 1,425 changed files with 206,358 additions and 135,079 deletions.
16 changes: 2 additions & 14 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as path from 'path';
import { defineUserConfig } from 'vuepress';
import { redirectPlugin } from '@vuepress/plugin-redirect';

import type { DefaultThemeOptions } from "vuepress";
export default defineUserConfig<DefaultThemeOptions>({
Expand Down Expand Up @@ -60,7 +61,6 @@ export default defineUserConfig<DefaultThemeOptions>({
"/guides/serialization.md",
"/guides/data-migration.md",
"/guides/account-maps.md",
"/guides/retrying-transactions.md",
"/guides/debugging-solana-programs.md",
"/guides/feature-parity-testing.md",
"/guides/versioned-transactions.md"
Expand Down Expand Up @@ -131,7 +131,6 @@ export default defineUserConfig<DefaultThemeOptions>({
"/zh/guides/serialization.md",
"/zh/guides/data-migration.md",
"/zh/guides/account-maps.md",
"/zh/guides/retrying-transactions.md",
"/zh/guides/debugging-solana-programs.md",
"/zh/guides/feature-parity-testing.md",
],
Expand Down Expand Up @@ -183,7 +182,6 @@ export default defineUserConfig<DefaultThemeOptions>({
"/zh_t/guides/serialization.md",
"/zh_t/guides/data-migration.md",
"/zh_t/guides/account-maps.md",
"/zh_t/guides/retrying-transactions.md",
"/zh_t/guides/debugging-solana-programs.md",
"/zh_t/guides/feature-parity-testing.md",
],
Expand Down Expand Up @@ -236,7 +234,6 @@ export default defineUserConfig<DefaultThemeOptions>({
"/es/guides/serialization.md",
"/es/guides/data-migration.md",
"/es/guides/account-maps.md",
"/es/guides/retrying-transactions.md",
"/es/guides/debugging-solana-programs.md",
"/es/guides/feature-parity-testing.md",
],
Expand Down Expand Up @@ -289,7 +286,6 @@ export default defineUserConfig<DefaultThemeOptions>({
"/de/guides/serialization.md",
"/de/guides/data-migration.md",
"/de/guides/account-maps.md",
"/de/guides/retrying-transactions.md",
"/de/guides/debugging-solana-programs.md",
"/de/guides/feature-parity-testing.md",
],
Expand Down Expand Up @@ -342,7 +338,6 @@ export default defineUserConfig<DefaultThemeOptions>({
"/vi/guides/serialization.md",
"/vi/guides/data-migration.md",
"/vi/guides/account-maps.md",
"/vi/guides/retrying-transactions.md",
"/vi/guides/debugging-solana-programs.md",
"/vi/guides/feature-parity-testing.md",
],
Expand Down Expand Up @@ -395,7 +390,6 @@ export default defineUserConfig<DefaultThemeOptions>({
"/th/guides/serialization.md",
"/th/guides/data-migration.md",
"/th/guides/account-maps.md",
"/th/guides/retrying-transactions.md",
"/th/guides/debugging-solana-programs.md",
"/th/guides/feature-parity-testing.md",
"/th/guides/versioned-transactions.md",
Expand Down Expand Up @@ -450,7 +444,6 @@ export default defineUserConfig<DefaultThemeOptions>({
"/fr/guides/serialization.md",
"/fr/guides/data-migration.md",
"/fr/guides/account-maps.md",
"/fr/guides/retrying-transactions.md",
"/fr/guides/debugging-solana-programs.md",
"/fr/guides/feature-parity-testing.md",
],
Expand Down Expand Up @@ -520,7 +513,6 @@ export default defineUserConfig<DefaultThemeOptions>({
"/id/guides/serialization.md",
"/id/guides/data-migration.md",
"/id/guides/account-maps.md",
"/id/guides/retrying-transactions.md",
"/id/guides/debugging-solana-programs.md",
"/id/guides/feature-parity-testing.md",
],
Expand Down Expand Up @@ -574,7 +566,6 @@ export default defineUserConfig<DefaultThemeOptions>({
"/pt/guides/serialization.md",
"/pt/guides/data-migration.md",
"/pt/guides/account-maps.md",
"/pt/guides/retrying-transactions.md",
"/pt/guides/debugging-solana-programs.md",
"/pt/guides/feature-parity-testing.md",
],
Expand Down Expand Up @@ -627,7 +618,6 @@ export default defineUserConfig<DefaultThemeOptions>({
"/tr/guides/serialization.md",
"/tr/guides/data-migration.md",
"/tr/guides/account-maps.md",
"/tr/guides/retrying-transactions.md",
"/tr/guides/debugging-solana-programs.md",
"/tr/guides/feature-parity-testing.md",
],
Expand Down Expand Up @@ -680,7 +670,6 @@ export default defineUserConfig<DefaultThemeOptions>({
"/kr/guides/serialization.md",
"/kr/guides/data-migration.md",
"/kr/guides/account-maps.md",
"/kr/guides/retrying-transactions.md",
"/kr/guides/debugging-solana-programs.md",
"/kr/guides/feature-parity-testing.md",
],
Expand Down Expand Up @@ -734,7 +723,6 @@ export default defineUserConfig<DefaultThemeOptions>({
"/ja/guides/serialization.md",
"/ja/guides/data-migration.md",
"/ja/guides/account-maps.md",
"/ja/guides/retrying-transactions.md",
"/ja/guides/debugging-solana-programs.md",
"/ja/guides/feature-parity-testing.md",
],
Expand Down Expand Up @@ -787,7 +775,6 @@ export default defineUserConfig<DefaultThemeOptions>({
"/fil/guides/serialization.md",
"/fil/guides/data-migration.md",
"/fil/guides/account-maps.md",
"/fil/guides/retrying-transactions.md",
"/fil/guides/debugging-solana-programs.md",
"/fil/guides/feature-parity-testing.md",
],
Expand Down Expand Up @@ -876,6 +863,7 @@ export default defineUserConfig<DefaultThemeOptions>({
},
},
plugins: [
redirectPlugin(),
[
"@vuepress/plugin-google-analytics",
{
Expand Down
6 changes: 3 additions & 3 deletions docs/.vuepress/dist/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
}
</script>
<link rel="icon" href="/solana_cookbook_lightmode.svg"><script data-domain="solanacookbook.com" src="https://plausible.io/js/plausible.js"></script><title>Solana Cookbook</title><meta name="description" content="">
<link rel="modulepreload" href="/assets/app.55b1b60c.js"><link rel="modulepreload" href="/assets/404.html.f166316b.js"><link rel="modulepreload" href="/assets/404.html.84cd4a6b.js">
<link rel="modulepreload" href="/assets/app.31cab234.js"><link rel="modulepreload" href="/assets/404.html.f166316b.js"><link rel="modulepreload" href="/assets/404.html.b1f768fd.js">
<link rel="stylesheet" href="/assets/style.fecd2c41.css">
</head>
<body>
<div id="app"><!--[--><div class="theme-container"><div class="theme-default-content"><h1>404</h1><blockquote>How did we get here?</blockquote><a href="/" class="">Take me home</a></div></div><!----><!--]--></div>
<script type="module" src="/assets/app.55b1b60c.js" defer></script>
<div id="app"><!--[--><div class="theme-container"><div class="theme-default-content"><h1>404</h1><blockquote>There&#39;s nothing here.</blockquote><a href="/" class="">Take me home</a></div></div><!----><!--]--></div>
<script type="module" src="/assets/app.31cab234.js" defer></script>
</body>
</html>
1 change: 1 addition & 0 deletions docs/.vuepress/dist/assets/404.55b374b9.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/.vuepress/dist/assets/404.d06afe94.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/.vuepress/dist/assets/404.html.84cd4a6b.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/.vuepress/dist/assets/404.html.b1f768fd.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{_ as r}from"./app.31cab234.js";const _={};function e(t,c){return null}var a=r(_,[["render",e]]);export{a as default};
1 change: 0 additions & 1 deletion docs/.vuepress/dist/assets/Layout.5fd86386.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/.vuepress/dist/assets/Layout.a018f206.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7cd31e0

Please sign in to comment.