Antoine Griffard

Results 95 comments of Antoine Griffard

This is injected by readthedocs, we don't really have the control on this badge. I will try to figure out how rtd generates it and if a configuration is missing.

Even http://mkdocs.readthedocs.io/en/stable/ has the same error and also we don't use .md files but .markdown files. May be we should raise an issue on the RTD repo directly.

see https://github.com/rtfd/readthedocs.org/blob/fdf28e97fb161b02cb4b5d78f906a3c9df38209f/readthedocs/restapi/templates/restapi/footer.html and github_view_url in https://github.com/rtfd/readthedocs.org/blob/74b563faa70c9de9575ae5b908db3a012ae589c8/readthedocs/restapi/views/footer_views.py and get_github_url in https://github.com/rtfd/readthedocs.org/blob/a3e5cf3134c5db089d30451fdd89f77a2ad354a1/readthedocs/builds/models.py and GITHUB_URL in https://github.com/rtfd/readthedocs.org/blob/94c821d6103e743c7a6b01a65c77f06c4158f735/readthedocs/projects/constants.py

I updated the amaretti theme and made the changes to display an accordion menu : • Change Assets\Less\includes\config.less : `@left-sidebar-width` from 100px to 240px. • Change Assets\Less\includes\structure\left-sidebar.less : Move the...

I don't really know how. The Amaretti theme is made to have a left sidebar with big icons that displays sub-menus on hover. I tried to make the least changes...

I have another use case in mind: Add some 'quick infos/actions widgets' in the upcoming new admin theme, in the right sidebar. Ex : quick search, moderate comments, send mail...

Of course the question of using technologies as SignalR (for real time notifications) or data-binding libraries/framework (angular, ...) is also open.

It is because it is case sensitive. http://docs.orchardproject.net/en/latest/Documentation/Themes-includes/ works In which file is there a link in lower case? Can you make a PR to fix it?

I have been really inspired by Piotr's contributions when I started to use Orchard and my journey to open source projects. He made one of the first major module (Hierarchical...

The correct url is https://docs.orchardcore.net/en/dev/docs/guides/create-modular-application-mvc/