Skip to content

Commit 5569400

Browse files
committed
Document Updated make:entity command
1 parent b6756ea commit 5569400

File tree

305 files changed

+4421
-2419
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

305 files changed

+4421
-2419
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!--
2+
3+
If your pull request fixes a BUG, use the oldest maintained branch that contains
4+
the bug (see https://symfony.com/roadmap for the list of maintained branches).
5+
6+
If your pull request documents a NEW FEATURE, use the same Symfony branch where
7+
the feature was introduced (and `master` for features of unreleased versions).
8+
9+
-->

_build/_theme/_templates/layout.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{% extends '!layout.html' %}
22

3-
{% set css_files = ['https://symfony.com/css/compiled/v5/all.css?v=4'] %}
3+
{% set css_files = ['./assets/css/app.css', './assets/css/doc.css'] %}
44
{# make sure the Sphinx stylesheet isn't loaded #}
55
{% set style = '' %}
66
{% set isIndex = pagename is index %}
77

88
{% block extrahead %}
99
{# add JS to support tabs #}
10-
<script src="https://symfony.com/js/v5/all.js?v=4"></script>
10+
<script src="./assets/js/manifest.js"></script>
11+
<script src="./assets/js/app.js"></script>
12+
<script src="./assets/js/doc.js"></script>
1113

1214
{# pygment's styles are still loaded, undo some unwanted styles #}
1315
<style>

_build/_theme/assets/css/app.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_build/_theme/assets/css/doc.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_build/_theme/assets/js/app.js

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_build/_theme/assets/js/doc.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_build/_theme/assets/js/manifest.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-123 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)