Skip to content

Commit

Permalink
Refactored extensions skeletons
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Dec 18, 2023
1 parent 2dd2b8b commit 0de2496
Show file tree
Hide file tree
Showing 17 changed files with 43 additions and 23 deletions.
5 changes: 5 additions & 0 deletions docs/extensions/link/alternate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# iCal4j Extensions - Link: Alternate

An Alternate link property provides the location of an alternate representation of the enclosing component. This
could be interpreted as a duplication of the `URL` property, however `LINK` property allows more freedom to
specify multiple representations of a component.
4 changes: 4 additions & 0 deletions docs/extensions/link/author.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# iCal4j Extensions - Link: Author

Identifies a component author, which can be important when a single component can be modified by multiple
collaborators.
3 changes: 3 additions & 0 deletions docs/extensions/link/bookmark.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# iCal4j Extensions - Link: Bookmark

A permalink (bookmark) to the enclosing component.
3 changes: 3 additions & 0 deletions docs/extensions/link/copyright.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# iCal4j Extensions - Link: Copyright

A link to copyright notices for the enclosing component.
3 changes: 3 additions & 0 deletions docs/extensions/link/edit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# iCal4j Extensions - Link: Edit

A link to a form or application that supports editing of the enclosing component.
1 change: 1 addition & 0 deletions docs/extensions/link/external.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# iCal4j Extensions - Link: Alternate
1 change: 1 addition & 0 deletions docs/extensions/link/help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# iCal4j Extensions - Link: Alternate
1 change: 1 addition & 0 deletions docs/extensions/link/hub.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# iCal4j Extensions - Link: Alternate
1 change: 1 addition & 0 deletions docs/extensions/link/icon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# iCal4j Extensions - Link: Alternate
23 changes: 0 additions & 23 deletions docs/extensions/link/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,3 @@
The iCalendar `LINK` property was recently ratified as a standard way of linking iCalendar objects with each other
or with externally addressable content. These extensions identify a subset of potentially useful types of linking
extracted from the list of registered link relations.

## Alternate

An Alternate link property provides the location of an alternate representation of the enclosing component. This
could be interpreted as a duplication of the `URL` property, however `LINK` property allows more freedom to
specify multiple representations of a component.

## Author

Identifies a component author, which can be important when a single component can be modified by multiple
collaborators.

## Bookmark

A permalink (bookmark) to the enclosing component.

## Copyright

A link to copyright notices for the enclosing component.

## Edit

A link to a form or application that supports editing of the enclosing component.
1 change: 1 addition & 0 deletions docs/extensions/link/license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# iCal4j Extensions - Link: Alternate
1 change: 1 addition & 0 deletions docs/extensions/link/next.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# iCal4j Extensions - Link: Alternate
1 change: 1 addition & 0 deletions docs/extensions/link/prev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# iCal4j Extensions - Link: Alternate
1 change: 1 addition & 0 deletions docs/extensions/link/related.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# iCal4j Extensions - Link: Alternate
1 change: 1 addition & 0 deletions docs/extensions/link/replies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# iCal4j Extensions - Link: Alternate
1 change: 1 addition & 0 deletions docs/extensions/link/self.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# iCal4j Extensions - Link: Alternate
15 changes: 15 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,21 @@ nav:
- Availability: extensions/concept/availability.md
- Link:
Overview: extensions/link/index.md
Alternate: extensions/link/alternate.md
Author: extensions/link/author.md
Bookmark: extensions/link/bookmark.md
Copyright: extensions/link/copyright.md
Edit: extensions/link/edit.md
External: extensions/link/external.md
Help: extensions/link/help.md
Hub: extensions/link/hub.md
Icon: extensions/link/icon.md
License: extensions/link/license.md
Next: extensions/link/next.md
Prev: extensions/link/prev.md
Related: extensions/link/related.md
Replies: extensions/link/replies.md
Self: extensions/link/self.md
Status: extensions/link/status.md
- Participant: extensions/participant.md
- Outlook: extensions/outlook.md
Expand Down

0 comments on commit 0de2496

Please sign in to comment.