Skip to content

Commit a5e4996

Browse files
committed
chore: Implement code changes to enhance functionality and improve performance
1 parent 67aa0ce commit a5e4996

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Sphere
33
layout: hextra-home
44
---
55

6-
{{< hextra/hero-badge >}}
6+
{{< hextra/hero-badge link="https://github.com/TBXark" >}}
77
<div class="hx:w-2 hx:h-2 hx:rounded-full hx:bg-primary-400"></div>
8-
<span>Free, open source</span>
8+
<span>Made&nbsp;with&nbsp;love&nbsp;by&nbsp;TBXark</span>
99
{{< icon name="arrow-circle-right" attributes="height=14" >}}
1010
{{< /hextra/hero-badge >}}
1111

content/docs/components/sphere-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ sphere-cli service golang --name UserService --package api.v1 --mod github.com/m
126126

127127
### `retags` (Deprecated)
128128

129-
> **Note**: This command is deprecated. Use [`protoc-gen-sphere-binding`](../generators/protoc-gen-sphere-binding) instead.
129+
> **Note**: This command is deprecated. Use [`protoc-gen-sphere-binding`](protoc-gen-sphere-binding) instead.
130130
131131
The `retags` command was used to inject struct tags into generated protobuf Go files, but this functionality has been moved to the more robust `protoc-gen-sphere-binding` plugin.
132132

@@ -242,7 +242,7 @@ make gen/all # Regenerate everything
242242

243243
## See Also
244244

245-
- [Creating Your First Project](../../getting-started/creating-your-first-project) - Complete project setup guide
245+
- [Quick Start](../../getting-started/quickstart) - Complete project setup guide
246246
- [Project Structure](../../concepts/project-structure) - Understanding the generated project layout
247-
- [Code Generators](../generators) - Details about protoc plugins used by sphere-cli
247+
- [Components Overview](../) - Details about protoc plugins used by sphere-cli
248248

content/docs/concepts/protocol-and-codegen.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,8 @@ proto/
221221

222222
- [API Definitions Guide](../guides/api-definitions) - Detailed HTTP mapping rules and examples
223223
- [Error Handling Guide](../guides/error-handling) - Comprehensive error patterns and implementation
224-
- [Code Generators](../components/generators) - Individual generator documentation and configuration
224+
- [Components Overview](../components/) - Individual generator documentation and configuration
225225
- [Project Structure](project-structure) - How generated code fits into the overall project layout
226-
}
227-
```
228226

229227
### Error Definitions
230228

@@ -456,6 +454,6 @@ plugins:
456454

457455
- [API Definitions Guide](../guides/api-definitions) - Detailed HTTP mapping rules
458456
- [Error Handling Guide](../guides/error-handling) - Comprehensive error patterns
459-
- [Code Generators](../components/generators) - Individual generator documentation
457+
- [Components Overview](../components/) - Individual generator documentation
460458
- [Project Structure](project-structure) - How generated code fits into projects
461459

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ markup:
135135
sectionNumbers: false
136136
trace: false
137137
verbose: false
138-
workingFolderCurrent: false
138+
workingFolderCurrent: false

static/favicon.svg

Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)