Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize documentation #618

Merged
merged 16 commits into from
Mar 21, 2020
Merged

Modernize documentation #618

merged 16 commits into from
Mar 21, 2020

Commits on Feb 27, 2020

  1. Update links

    Use https everywhere, replace broken anchor links with working
    alternatives. Reword paragraph mentioning DoctrineExtensions
    adding links to actual package and bundle documentation.
    SzymonKaminski committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    b695fc4 View commit details
    Browse the repository at this point in the history
  2. Reword sentences to avoid belittling words

    Avoid words like 'just', 'simply' and making any assumptions
    about knowledge of a user. Replace 'easiest' with 'recommended'.
    SzymonKaminski committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0326f26 View commit details
    Browse the repository at this point in the history
  3. Fix typos, reword unclear sentences

    Avoid repetitions of words, use punctuation marks in proper places.
    SzymonKaminski committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    ec3a593 View commit details
    Browse the repository at this point in the history
  4. Remove usage of bundles

    Replace Acme bundles with App. Remove generate:bundle command.
    SzymonKaminski committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    ea2c867 View commit details
    Browse the repository at this point in the history
  5. Adjust code blocks to Symfony Flex

    Update file paths to new directory structure. Update installation guide
    to cover required steps when not using Flex. Prefer project_dir over root_dir.
    SzymonKaminski committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    78c0f86 View commit details
    Browse the repository at this point in the history
  6. Adjust code blocks to coding standard

    Reorder `use` statements, prefer [] over array(). Fix typos. Remove duplicated
    DefaultController example as the first one includes autowired DocumentManager
    already. Remove dynamic findOneBy methods examples.
    SzymonKaminski committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    f0e6b82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ff2aba View commit details
    Browse the repository at this point in the history
  8. Update links to Form, Security components

    UserInterface anchor no longer exists in Symfony docs - linking to Security.
    SzymonKaminski committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    3114e3f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a056cc View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    71e4b28 View commit details
    Browse the repository at this point in the history
  2. Add missing articles

    SzymonKaminski committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    cf02003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9515a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b04df6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3c7e93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c00884 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d72c38 View commit details
    Browse the repository at this point in the history