Skip to content

Commit

Permalink
Update versioning to have each version file in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta committed Jul 20, 2023
1 parent 4fcfedc commit 8e6deda
Show file tree
Hide file tree
Showing 457 changed files with 62,385 additions and 427 deletions.
78 changes: 0 additions & 78 deletions custom-version-plugin.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/integrate/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "Integrate",
"position": 1,
"position": 0,
"link": null
}
48 changes: 48 additions & 0 deletions docs/integrate/building-modules/transaction_flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/integrate/libraries/02-collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ func (k Keeper) GetAllAccounts(ctx sdk.Context) ([]authtypes.BaseAccount, error)
}

func (k Keeper) IterateAccountsBetween(ctx sdk.Context, start, end uint64) ([]authtypes.BaseAccount, error) {
// The collections.Range API offers a lot of capabilities
// The collections.Range API offers a lot of capability
// like defining where the iteration starts or ends.
rng := new(collections.Range[uint64]).
StartInclusive(start).
Expand Down
8 changes: 0 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

const lightCodeTheme = require("prism-react-renderer/themes/github");
const darkCodeTheme = require("prism-react-renderer/themes/dracula");
const customVersionPlugin = require('./custom-version-plugin');

// const lastVersion = "v0.47";
const lastVersion = "current";
Expand Down Expand Up @@ -41,7 +40,6 @@ const config = {
docs: {
sidebarPath: require.resolve("./sidebars.js"),
routeBasePath: "/",
lastVersion: lastVersion,
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down Expand Up @@ -79,11 +77,6 @@ const config = {
position: "left",
label: "Integrate",
},
// {
// to: "/",
// position: "left",
// label: "Validate",
// },
{
to: "/user/run-node/keyring",
position: "left",
Expand Down Expand Up @@ -219,7 +212,6 @@ const config = {
},
};
},
customVersionPlugin,
[
"@docusaurus/plugin-google-analytics",
{
Expand Down
Loading

0 comments on commit 8e6deda

Please sign in to comment.