Skip to content

Commit

Permalink
update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Jan 23, 2021
1 parent dac2dda commit e99adcc
Show file tree
Hide file tree
Showing 16 changed files with 157 additions and 559,332 deletions.
16,691 changes: 2 additions & 16,689 deletions docs/assets/app.js

Large diffs are not rendered by default.

262,936 changes: 1 addition & 262,935 deletions docs/assets/tw.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/feed.xml
@@ -1 +1 @@
<rss xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:atom=http://www.w3.org/2005/Atom version=2.0><channel><title>Pushword - Modern CMS to build rapidly Websites (powered by Symfony)</title> <link>https://pushword.piedweb.com/ <description></description> <link href=https://pushword.piedweb.com/feed.xml rel=self type=application/rss+xml> <item><title></title> <link>https://pushword.piedweb.com/architecture <guid>https://pushword.piedweb.com/architecture</guid> <pubdate>Fri, 22 Jan 2021 10:17:43 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/command <guid>https://pushword.piedweb.com/command</guid> <pubdate>Fri, 22 Jan 2021 10:17:43 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/configuration <guid>https://pushword.piedweb.com/configuration</guid> <pubdate>Fri, 22 Jan 2021 10:17:43 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/contribute <guid>https://pushword.piedweb.com/contribute</guid> <pubdate>Fri, 22 Jan 2021 10:17:43 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/create-extension <guid>https://pushword.piedweb.com/create-extension</guid> <pubdate>Fri, 22 Jan 2021 10:17:43 +0100</pubdate></item></channel> </rss>
<rss xmlns:dc=http://purl.org/dc/elements/1.1/ xmlns:atom=http://www.w3.org/2005/Atom version=2.0><channel><title>Pushword - Modern CMS to build rapidly Websites (powered by Symfony)</title> <link>https://pushword.piedweb.com/ <description></description> <link href=https://pushword.piedweb.com/feed.xml rel=self type=application/rss+xml> <item><title></title> <link>https://pushword.piedweb.com/homepage.html <guid>https://pushword.piedweb.com/homepage.html</guid> <pubdate>Fri, 22 Jan 2021 17:01:15 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/architecture <guid>https://pushword.piedweb.com/architecture</guid> <pubdate>Fri, 22 Jan 2021 10:17:43 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/command <guid>https://pushword.piedweb.com/command</guid> <pubdate>Fri, 22 Jan 2021 10:17:43 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/configuration <guid>https://pushword.piedweb.com/configuration</guid> <pubdate>Fri, 22 Jan 2021 10:17:43 +0100</pubdate></item> <item><title></title> <link>https://pushword.piedweb.com/contribute <guid>https://pushword.piedweb.com/contribute</guid> <pubdate>Fri, 22 Jan 2021 10:17:43 +0100</pubdate></item></channel> </rss>
1 change: 1 addition & 0 deletions docs/homepage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/roadmap.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/sitemap.txt
@@ -1,3 +1,4 @@
https://pushword.piedweb.com/homepage.html
https://pushword.piedweb.com/architecture
https://pushword.piedweb.com/command
https://pushword.piedweb.com/configuration
Expand Down
4 changes: 4 additions & 0 deletions docs/sitemap.xml
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://pushword.piedweb.com/homepage.html</loc>
<lastmod>2021-01-22</lastmod>
</url>
<url>
<loc>https://pushword.piedweb.com/architecture</loc>
<lastmod>2021-01-22</lastmod>
Expand Down
3 changes: 3 additions & 0 deletions packages/docs/assets/tailwind.config.js
Expand Up @@ -50,6 +50,9 @@ module.exports = {
css: [
{
color: theme("colors.gray.100"),
"a, span[data-rot]": {
color: "#fff",
},
'[class~="lead"]': {
color: theme("colors.gray.300"),
},
Expand Down
209 changes: 131 additions & 78 deletions packages/docs/content/homepage.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions packages/docs/content/roadmap.md
Expand Up @@ -9,6 +9,7 @@ parent: contribute

- release de sonata 4
- Issue : User Password Edit don't work from admin
- installer via composer-create (command pushword:new creating a new app config array)

## TODO Extension

Expand All @@ -24,6 +25,8 @@ parent: contribute
- Create a page from a Media (media edit) => button to create a new page with title = name and mainImage = Media
(useful for photographer website)... or create a dynamic page /media/[slug]/ showing data from Media
- Settings Manager (simple textarea permitting to edit pushword config and parameters ? and rebooting cache)
- smart image optimizer (using all otpimizer avalaible and choosing the smallest file)
- interventionImageBundle (sortir mediaManager du bundle principal)

### To plan

Expand Down
4 changes: 3 additions & 1 deletion packages/docs/templates/README.md
@@ -1 +1,3 @@
Template are in [skeleton](/packages/skeleton/templates/pushword.piedweb.com).
# Docs Template Files

To make it simple, packages are in [skeleton package](/packages/skeleton/templates/pushword.piedweb.com) (wich is used to generate the docs website).
Expand Up @@ -29,7 +29,7 @@ protected function getNotifier()
'App\Entity\Page',
$mailer,
$apps,
sys_get_temp_dir(), // vendor/piedweb/cms-bundle/Sekeleton',
sys_get_temp_dir(),
$entityManager,
$translator,
$twig
Expand Down

0 comments on commit e99adcc

Please sign in to comment.