Skip to content

Commit

Permalink
fixes and style summary element
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws committed Feb 12, 2025
1 parent c35e578 commit d71b980
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/architecture/apis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ SDK Reference by language:

- [NodeJS SDK](/reference/nodejs/api/api)
- [Python SDK](/reference/python/api/api)
- [GO SDK](/reference/go/api/api)
- [Go SDK](/reference/go/api/api)
- [Dart SDK](/reference/dart/api/api)

**Operations** will use or extend the Nitric Terraform reference modules:
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/buckets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ SDK Reference by language -

- [NodeJS SDK](/reference/nodejs/storage/bucket)
- [Python SDK](/reference/python/storage/bucket)
- [GO SDK](/reference/go/storage/bucket)
- [Go SDK](/reference/go/storage/bucket)
- [Dart SDK](/reference/dart/storage/bucket)

**Operations** will use or extend the Nitric Terraform reference modules:
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/keyvalue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ SDK Reference by language -

- [NodeJS SDK](/reference/nodejs/keyvalue/keyvalue)
- [Python SDK](/reference/python/keyvalue/keyvalue)
- [GO SDK](/reference/go/keyvalue/keyvalue)
- [Go SDK](/reference/go/keyvalue/keyvalue)
- [Dart SDK](/reference/dart/keyvalue/keyvalue)

**Operations** will use or extend the Nitric Terraform reference modules:
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/queues.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ SDK Reference by language -

- [NodeJS SDK](/reference/nodejs/queues/queue)
- [Python SDK](/reference/python/queues/queue)
- [GO SDK](/reference/go/queues/queue)
- [Go SDK](/reference/go/queues/queue)
- [Dart SDK](/reference/dart/queues/queue)

**Operations** will use or extend the Nitric Terraform reference modules:
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/schedules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ SDK Reference by language -

- [NodeJS SDK](/reference/nodejs/schedule/schedule)
- [Python SDK](/reference/python/schedule/schedule)
- [GO SDK](/reference/go/schedule/schedule)
- [Go SDK](/reference/go/schedule/schedule)
- [Dart SDK](/reference/dart/schedule/schedule)

**Operations** will use or extend the Nitric Terraform reference modules:
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/secrets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ SDK Reference by language -

- [NodeJS SDK](/reference/nodejs/secrets/secret)
- [Python SDK](/reference/python/secrets/secret)
- [GO SDK](/reference/go/secrets/secret)
- [Go SDK](/reference/go/secrets/secret)
- [Dart SDK](/reference/dart/secrets/secret)

**Operations** will use or extend the Nitric Terraform reference modules:
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/sql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ SDK Reference by language -

- [NodeJS SDK](/reference/nodejs/sql/sql)
- [Python SDK](/reference/python/sql/sql)
- [GO SDK](/reference/go/sql/sql)
- [Go SDK](/reference/go/sql/sql)
- [Dart SDK](/reference/dart/sql/sql)

**Operations** will use or extend the Nitric Terraform reference modules:
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/topics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ SDK Reference by language -

- [NodeJS SDK](/reference/nodejs/topic/topic)
- [Python SDK](/reference/python/topic/topic)
- [GO SDK](/reference/go/topic/topic)
- [Go SDK](/reference/go/topic/topic)
- [Dart SDK](/reference/dart/topic/topic)

**Operations** will use or extend the Nitric Terraform reference modules:
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/websockets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ SDK Reference by language -

- [NodeJS SDK](/reference/nodejs/websocket/websocket)
- [Python SDK](/reference/python/websocket/websocket)
- [GO SDK](/reference/go/websocket/websocket)
- [Go SDK](/reference/go/websocket/websocket)
- [Dart SDK](/reference/dart/websocket/websocket)

**Operations** will use or extend the Nitric Terraform reference modules:
Expand Down
11 changes: 0 additions & 11 deletions docs/guides/terraform/docs.code-workspace

This file was deleted.

10 changes: 10 additions & 0 deletions src/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,13 @@
.md-content-header:hover > a {
@apply opacity-100;
}

/* style summary and details elements */

summary {
@apply cursor-pointer;
}

summary::marker {
@apply text-xl text-secondary-300;
}

0 comments on commit d71b980

Please sign in to comment.