Skip to content

Commit

Permalink
add fullcalendar
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman committed Oct 4, 2023
1 parent c54a12d commit 1dda1f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/composer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2>Composer ⚡</h2>
&quot;symfony&quot;,
&quot;web-application&quot;
],
&quot;homepage&quot;: &quot;https://github.com/tacman/micro-calendar&quot;,
&quot;homepage&quot;: &quot;https://tacman.github.io/micro-calendar&quot;,
&quot;require&quot;: {
&quot;php&quot;: &quot;&gt;=8.1&quot;,
&quot;ext-ctype&quot;: &quot;*&quot;,
Expand Down
9 changes: 1 addition & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,7 @@
<section>
<h1>ImportMap</h1>


<h1>Calendar</h1>
<div id="calendar">
The calendar will go here.
</div>

<hr/>

The issue with loading fullcalendar as a module is <a href="/fullcalendar">here</a>
<h1>MicroSymfony &#127926;<h2>Introduction &#128395;</h2><p>MicroSymfony is a Symfony application skeleton on steroids, ready to use.</p><p>I have made a long blog post explaining all it contains; it will be the reference
for documentation.
I'll update it when needed:</p><ul>
Expand Down
12 changes: 6 additions & 6 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://localhost/</loc>
<lastmod>2023-10-04T13:38:19+00:00</lastmod> <priority>0</priority> <changefreq>monthly</changefreq>
<lastmod>2023-10-04T13:44:39+00:00</lastmod> <priority>0</priority> <changefreq>monthly</changefreq>
</url>
<url>
<loc>http://localhost/fullcalendar</loc>
<lastmod>2023-10-04T13:38:19+00:00</lastmod> <changefreq>monthly</changefreq>
<lastmod>2023-10-04T13:44:39+00:00</lastmod> <changefreq>monthly</changefreq>
</url>
<url>
<loc>http://localhost/composer</loc>
<lastmod>2023-10-04T13:38:19+00:00</lastmod> <changefreq>monthly</changefreq>
<lastmod>2023-10-04T13:44:39+00:00</lastmod> <changefreq>monthly</changefreq>
</url>
<url>
<loc>http://localhost/form</loc>
<lastmod>2023-10-04T13:38:19+00:00</lastmod> <changefreq>monthly</changefreq>
<lastmod>2023-10-04T13:44:39+00:00</lastmod> <changefreq>monthly</changefreq>
</url>
<url>
<loc>http://localhost/api/slugify</loc>
<lastmod>2023-10-04T13:38:19+00:00</lastmod> <changefreq>monthly</changefreq>
<lastmod>2023-10-04T13:44:39+00:00</lastmod> <changefreq>monthly</changefreq>
</url>
<url>
<loc>http://localhost/stimulus</loc>
<lastmod>2023-10-04T13:38:19+00:00</lastmod> <changefreq>monthly</changefreq>
<lastmod>2023-10-04T13:44:39+00:00</lastmod> <changefreq>monthly</changefreq>
</url>
</urlset>

0 comments on commit 1dda1f1

Please sign in to comment.