Skip to content

Commit

Permalink
chore: better tag category rename for autogenerated docs (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-dintino authored Nov 27, 2024
1 parent 07ea67d commit 7a2180c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import { JSONSchema, Metadata } from './types.js';
import { config } from './cli.js';

export const defaultTagsName = {
zen: '📑 Zencodes',
applet: '📱 Generated applets',
raw: '📜 Raw contracts'
zen: '📑 Zencode APIs',
applet: '📱 Zencode applets',
raw: '📜 Zencode (raw scripts)'
};

export function generateRawPath(): OpenAPIV3_1.PathItemObject {
Expand Down

0 comments on commit 7a2180c

Please sign in to comment.