Skip to content

Commit f06ea6f

Browse files
Merge pull request #111 from TheDragonCode/1.x
Update and clarify documentation for directives and topics
2 parents 7868c04 + b86ee50 commit f06ea6f

21 files changed

+404
-361
lines changed

docs/laravel-feeds.tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@
1717
<toc-element topic="create-feeds.topic" />
1818
<toc-element topic="generation.topic">
1919
</toc-element>
20-
<toc-element topic="advanced-usage.topic" />
21-
<toc-element topic="supported-formats.topic" />
2220
</toc-element>
2321
<toc-element toc-title="Digging Deeper">
22+
<toc-element topic="supported-formats.topic" />
23+
<toc-element topic="elements.topic" />
24+
<toc-element topic="directives.topic" />
25+
<toc-element topic="eloquent.topic" />
26+
<toc-element topic="location.topic" />
2427
<toc-element topic="events.topic" />
2528
</toc-element>
2629
<toc-element toc-title="Receipts">

docs/snippets/advanced-directive-array.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<array_directive>
33

44
<user>
5-
<name>Jaiden Gerhold</name>
6-
<avatar>https://via.placeholder.com/640x480.png/0022dd?text=aut</avatar>
7-
<avatar>https://via.placeholder.com/640x480.png/00ddff?text=quia</avatar>
8-
<images name="dolorem deleniti adipisci">https://via.placeholder.com/640x480.png/004400?text=enim</images>
9-
<images name="fugit adipisci consequatur">https://via.placeholder.com/640x480.png/0011ff?text=eveniet</images>
5+
<name>Dr. Domenic Howell III</name>
6+
<avatar>https://via.placeholder.com/640x480.png/00cc77?text=sed</avatar>
7+
<avatar>https://via.placeholder.com/640x480.png/000077?text=aut</avatar>
8+
<images name="nulla qui ipsum">https://via.placeholder.com/640x480.png/005511?text=aut</images>
9+
<images name="ut necessitatibus cupiditate">https://via.placeholder.com/640x480.png/00dd99?text=sint</images>
1010
</user>
1111
<user>
12-
<name>Darien Murazik</name>
13-
<avatar>https://via.placeholder.com/640x480.png/007700?text=vel</avatar>
14-
<avatar>https://via.placeholder.com/640x480.png/00ffcc?text=nulla</avatar>
15-
<images name="labore aspernatur et">https://via.placeholder.com/640x480.png/0022aa?text=dolore</images>
16-
<images name="consequatur ipsa nihil">https://via.placeholder.com/640x480.png/006611?text=dolorum</images>
12+
<name>Dr. Cleveland Ryan</name>
13+
<avatar>https://via.placeholder.com/640x480.png/001177?text=veritatis</avatar>
14+
<avatar>https://via.placeholder.com/640x480.png/0066bb?text=dolorem</avatar>
15+
<images name="consequuntur et veritatis">https://via.placeholder.com/640x480.png/00ffcc?text=quasi</images>
16+
<images name="officia similique voluptatem">https://via.placeholder.com/640x480.png/00dd33?text=officia</images>
1717
</user>
1818

1919
</array_directive>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<attributes_directive>
33

4-
<company since="1983"/>
4+
<company since="2014"/>
55
<url>https://example.com</url>
66

77
<user>
8-
<name>Estell Reinger</name>
9-
<contact email="dorothea02@example.com" phone="555-000-1"/>
8+
<name>Emelia Kessler</name>
9+
<contact email="jocelyn.corwin@example.com" phone="555-000-1"/>
1010
</user>
1111
<user>
12-
<name>Mrs. Marilie O'Connell DDS</name>
13-
<contact email="arno70@example.com" phone="555-000-2"/>
12+
<name>Mr. Gerardo Cruickshank</name>
13+
<contact email="eliseo.hills@example.net" phone="555-000-2"/>
1414
</user>
1515

1616
</attributes_directive>

docs/snippets/advanced-directive-cdata.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<cdata_directive>
33

44
<user>
5-
<name><![CDATA[<h1>Jay Willms MD</h1>]]></name>
6-
<email>uerdman@example.net</email>
5+
<name><![CDATA[<h1>Alfred Glover</h1>]]></name>
6+
<email>crooks.makayla@example.net</email>
77
</user>
88
<user>
9-
<name><![CDATA[<h1>Mrs. Fae Rice</h1>]]></name>
10-
<email>kuhic.tristian@example.com</email>
9+
<name><![CDATA[<h1>Arno Nader</h1>]]></name>
10+
<email>ofarrell@example.org</email>
1111
</user>
1212

1313
</cdata_directive>

docs/snippets/advanced-directive-mixed.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<mixed_directive>
33

44
<user>
5-
<name>Heath Cummerata</name>
5+
<name>Dr. Tom Schaefer II</name>
66
<some>
77
<first>Foo</first>
8-
<second>kasey.sawayn@example.org</second>
8+
<second>brenna44@example.org</second>
99
</some>
1010
</user>
1111
<user>
12-
<name>Dr. Levi Leannon</name>
12+
<name>Vena Streich</name>
1313
<some>
1414
<first>Foo</first>
15-
<second>melany.runolfsson@example.org</second>
15+
<second>bechtelar.richmond@example.com</second>
1616
</some>
1717
</user>
1818

docs/snippets/advanced-directive-value.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<value_directive>
33

44
<user>
5-
<name>Mr. Jo Emard DVM</name>
6-
<contact type="email">carolina77@example.net</contact>
5+
<name>Gerda Bogisich</name>
6+
<contact type="email">allie.heidenreich@example.net</contact>
77
</user>
88
<user>
9-
<name>Nicola Moore</name>
10-
<contact type="email">lkuhlman@example.com</contact>
9+
<name>Trycia Connelly</name>
10+
<contact type="email">ole.hayes@example.net</contact>
1111
</user>
1212

1313
</value_directive>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<attribute>
33

4-
<user created_at="2025-09-05T21:10:29+00:00">
4+
<user created_at="2025-09-05T23:28:57+00:00">
55
<id>1</id>
6-
<name>Candida West</name>
6+
<name>Dr. Colin Thiel</name>
77
</user>
8-
<user created_at="2025-09-05T21:10:29+00:00">
8+
<user created_at="2025-09-05T23:28:57+00:00">
99
<id>2</id>
10-
<name>Prof. Hilton Wuckert</name>
10+
<name>Helga Auer</name>
1111
</user>
1212

1313
</attribute>

docs/snippets/advanced-element-header-footer.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
<user>
55
<id>1</id>
6-
<name>Daija Powlowski</name>
6+
<name>Emmy Dickens</name>
77
</user>
88
<user>
99
<id>2</id>
10-
<name>Lisa Reichel</name>
10+
<name>Abraham Satterfield</name>
1111
</user>
1212

1313
</header_footer>

docs/snippets/advanced-element-info-before-false.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<user>
88
<id>1</id>
9-
<name>Tabitha Jakubowski</name>
9+
<name>Vidal Runte</name>
1010
</user>
1111
<user>
1212
<id>2</id>
13-
<name>Dr. Rachel Goyette</name>
13+
<name>Marlee Breitenberg</name>
1414
</user>
1515

1616
</info_method>

docs/snippets/advanced-element-info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<user>
88
<id>1</id>
9-
<name>Daija Wehner Jr.</name>
9+
<name>Mr. Milan Parker</name>
1010
</user>
1111
<user>
1212
<id>2</id>
13-
<name>Rosella Emard DDS</name>
13+
<name>Prof. Irving Kuvalis</name>
1414
</user>
1515

1616
</info_method>

0 commit comments

Comments
 (0)