Skip to content

Commit

Permalink
fix: adding slugs and categories (aep-dev#72)
Browse files Browse the repository at this point in the history
As site-generator now supports slugs and categories,
adding them retroactively to all AEPs.
  • Loading branch information
toumorokoshi committed Jan 10, 2024
1 parent 0b7c5f2 commit 54915be
Show file tree
Hide file tree
Showing 20 changed files with 46 additions and 11 deletions.
1 change: 1 addition & 0 deletions aep/general/0001/aep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: 1
state: reviewing
created: 2020-10-05
slug: purpose
placement:
category: meta
order: 10
Expand Down
1 change: 1 addition & 0 deletions aep/general/0002/aep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: 2
state: approved
created: 2023-10-25
slug: numbering
placement:
category: meta
order: 10
Expand Down
4 changes: 3 additions & 1 deletion aep/general/0126/aep.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
id: 126
state: approved
slug: enumerations
created: 2019-07-24
placement:
category: resource-design
category: resources
order: 60
redirect_from: "/enums"
3 changes: 2 additions & 1 deletion aep/general/0131/aep.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: 131
state: approved
slug: get
created: 2019-01-22
placement:
category: operations
category: standard-methods
order: 10
1 change: 1 addition & 0 deletions aep/general/0132/aep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: 132
state: approved
created: 2019-01-22
slug: list
placement:
category: operations
order: 20
3 changes: 2 additions & 1 deletion aep/general/0136/aep.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: 136
state: approved
slug: custom-methods
created: 2019-01-25
placement:
category: operations
category: standard-methods
order: 100
2 changes: 1 addition & 1 deletion aep/general/0141/aep.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Quantities
Quantities

Many services need to represent a discrete quantity of items (number of bytes,
number of miles, number of nodes, etc.).
Expand Down
1 change: 1 addition & 0 deletions aep/general/0141/aep.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: 141
state: approved
slug: quantities
created: 2019-07-18
placement:
category: fields
Expand Down
1 change: 1 addition & 0 deletions aep/general/0142/aep.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: 142
state: approved
slug: time-and-duration
created: 2019-07-16
placement:
category: fields
Expand Down
1 change: 1 addition & 0 deletions aep/general/0144/aep.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: 144
state: approved
slug: arrays
created: 2020-03-19
placement:
category: fields
Expand Down
1 change: 1 addition & 0 deletions aep/general/0145/aep.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: 145
state: approved
slug: ranges
created: 2020-05-28
placement:
category: fields
Expand Down
4 changes: 3 additions & 1 deletion aep/general/0151/aep.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
id: 151
state: reviewing
slug: long-running-operations
created: 2019-07-25
placement:
category: operations
category: standard-methods
order: 70
redirect_from: "/lro"
9 changes: 6 additions & 3 deletions aep/general/0151/lro.oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ components:
properties:
name:
type: string
description: The server-assigned name, which is only unique within the same service that originally returns it.
description:
The server-assigned name, which is only unique within the same
service that originally returns it.
done:
type: boolean
description: >-
If the value is false, it means the operation is still in progress. If true, the operation is completed,
and either response or error is available.
If the value is false, it means the operation is still in progress.
If true, the operation is completed, and either response or error
is available.
error:
$ref: '#/components/schemas/Error'
required:
Expand Down
3 changes: 2 additions & 1 deletion aep/general/0154/aep.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: 154
state: approved
slug: etags
created: 2019-07-24
placement:
category: design-patterns
category: operations
order: 30
3 changes: 2 additions & 1 deletion aep/general/0158/aep.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
id: 158
state: approved
slug: pagination
created: 2019-02-18
placement:
category: design-patterns
category: operations
order: 60
1 change: 1 addition & 0 deletions aep/general/0164/aep.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: 164
state: approved
slug: soft-delete
created: 2020-10-06
placement:
category: design-patterns
Expand Down
1 change: 1 addition & 0 deletions aep/general/0210/aep.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: 210
state: approved
slug: unicode
created: 2018-08-20
placement:
category: design-patterns
Expand Down
2 changes: 2 additions & 0 deletions aep/general/0211/aep.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
id: 211
state: approved
slug: authorization
created: 2021-02-24
placement:
category: design-patterns
order: 115
redirect_from: "/authz"
13 changes: 13 additions & 0 deletions aep/general/scope.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
---
title: General
order: 0
categories:
- code: meta
title: Meta
- code: resources
title: Resources
- code: standard-methods
title: Standard Methods
- code: fields
title: Fields
- code: operations
title: Fields
- code: design-patterns
title: Design Patterns
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aep-site-generator==0.6.7
aep-site-generator==0.7.0

0 comments on commit 54915be

Please sign in to comment.