1
0
mirror of https://github.com/PharkMillups/beautiful-docs.git synced 2025-08-19 00:01:27 +02:00

Use https in Laravel

This commit is contained in:
Matheus Felipe
2022-05-16 15:03:40 -03:00
committed by GitHub
parent 51aafb37c8
commit c618275a6f

View File

@@ -53,7 +53,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage
* [Abjad: Modeling Music in Python](https://abjad.github.io/) - Clean styling, and impressive integration of figures and diagrams. (contributed by [@adorsk](https://github.com/adorsk))
* [SqlAlchemy](https://docs.sqlalchemy.org/) - One of the most comprehensive pieces of documentation I've ever seen, with excellent linking and layout. (contributed by [@adorsk](https://github.com/adorsk))
* [Sonata Project](https://docs.sonata-project.org/) - All the Sonata Project bundles for Symfony2 on a single page. These have a nice, clear layout. (contributed by [@NoScopie](https://github.com/NoScopie))
* [Laravel](http://laravel.com/docs) - Easily-readable and well-organized docs. Navigation is well formatted and articles are easy to consume. (contributed by [@ToddSmithSalter](https://github.com/toddsmithsalter))
* [Laravel](https://laravel.com/docs) - Easily-readable and well-organized docs. Navigation is well formatted and articles are easy to consume. (contributed by [@ToddSmithSalter](https://github.com/toddsmithsalter))
* [FullCalendar](http://arshaw.com/fullcalendar/docs/) Concise overview of all APIs on a single page, and in-depth descriptions for each. (contributed by [@gr2m](https://github.com/gr2m/))
* [Rust Guides](http://doc.rust-lang.org/book/README.html) - Rust is a pre-1.0 language with a constantly-changing API, but the docs (written by [Steve Klabnik](https://github.com/steveklabnik)) are clearly a high priority. The guides in particular illustrate core concepts of the standard library in a conversational, accessible style. (contributed by [Nick Cox](https://github.com/thenickcox)
* [MongoDB Manual](http://docs.mongodb.org/manual/) - Easy to navigate, clean, carefully and well designed manual. (contributed by [ericbn](https://github.com/ericbn))