Skip to content

Commit

Permalink
fix canonical links in py sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Jan 2, 2025
1 parent 5c65b37 commit b652391
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 17 deletions.
4 changes: 1 addition & 3 deletions docs/sdk/py/msg/bucket/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Bucket Module
description: API reference for the Bucket Module Module of the ReductStore Client SDK for Python.
---
<head>
<link rel="canonical" href="https://www.reduct.store/docs/sdk/py/msg.bucket" />
<link rel="canonical" href="https://www.reduct.store/docs/sdk/py/msg/bucket" />
</head>

# Bucket Module
Expand Down Expand Up @@ -287,5 +287,3 @@ conditional query to filter records
#### strict

strict mode for when clause


4 changes: 1 addition & 3 deletions docs/sdk/py/msg/replication/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Replication Module
description: API reference for the Replication Module Module of the ReductStore Client SDK for Python.
---
<head>
<link rel="canonical" href="https://www.reduct.store/docs/sdk/py/msg.replication" />
<link rel="canonical" href="https://www.reduct.store/docs/sdk/py/msg/replication" />
</head>

# Replication Module
Expand Down Expand Up @@ -222,5 +222,3 @@ replication information
#### settings

replication settings


4 changes: 1 addition & 3 deletions docs/sdk/py/msg/server/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Server Module
description: API reference for the Server Module Module of the ReductStore Client SDK for Python.
---
<head>
<link rel="canonical" href="https://www.reduct.store/docs/sdk/py/msg.server" />
<link rel="canonical" href="https://www.reduct.store/docs/sdk/py/msg/server" />
</head>

# Server Module
Expand Down Expand Up @@ -155,5 +155,3 @@ List of buckets
#### buckets

list of buckets


4 changes: 1 addition & 3 deletions docs/sdk/py/msg/token/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Token Module
description: API reference for the Token Module Module of the ReductStore Client SDK for Python.
---
<head>
<link rel="canonical" href="https://www.reduct.store/docs/sdk/py/msg.token" />
<link rel="canonical" href="https://www.reduct.store/docs/sdk/py/msg/token" />
</head>

# Token Module
Expand Down Expand Up @@ -117,5 +117,3 @@ Response from creating a token
#### value

token for authentication


2 changes: 1 addition & 1 deletion src/plugins/docusaurus-plugin-py-sdk-gen/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ title: ${title}
description: API reference for the ${title} Module of the ReductStore Client SDK for Python.
---
<head>
<link rel="canonical" href="https://www.reduct.store/docs/sdk/py/${module}" />
<link rel="canonical" href="https://www.reduct.store/docs/sdk/py/${module.replace(".", "/")}" />
</head>
# ${title}
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.13.x/sdk/py/msg/bucket/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: API reference for the Bucket Module Module of the ReductStore Clien
<head>
<link
rel="canonical"
href="https://www.reduct.store/docs/sdk/py/msg.bucket"
href="https://www.reduct.store/docs/sdk/py/msg/bucket"
/>
</head>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: API reference for the Replication Module Module of the ReductStore
<head>
<link
rel="canonical"
href="https://www.reduct.store/docs/sdk/py/msg.replication"
href="https://www.reduct.store/docs/sdk/py/msg/replication"
/>
</head>

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.13.x/sdk/py/msg/server/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: API reference for the Server Module Module of the ReductStore Clien
<head>
<link
rel="canonical"
href="https://www.reduct.store/docs/sdk/py/msg.server"
href="https://www.reduct.store/docs/sdk/py/msg/server"
/>
</head>

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.13.x/sdk/py/msg/token/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: API reference for the Token Module Module of the ReductStore Client
---

<head>
<link rel="canonical" href="https://www.reduct.store/docs/sdk/py/msg.token" />
<link rel="canonical" href="https://www.reduct.store/docs/sdk/py/msg/token" />
</head>

# Token Module
Expand Down

0 comments on commit b652391

Please sign in to comment.