-
Notifications
You must be signed in to change notification settings - Fork 6
Documentation improvements #101
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
Open
simon-mundy
wants to merge
13
commits into
0.4.x
Choose a base branch
from
documentation-improvements
base: 0.4.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s, additional SQL output demonstrations, and expanded Docker deployment options.
Split docs files and re-ordered 2-pass optimisation of examples and introductions Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
Split chapters/examples Linted documentation Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
Split chapters/examples Linted documentation Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
… documentation-improvements # Conflicts: # docs/book/adapter.md # docs/book/adapters/adapter-aware-trait.md # docs/book/application-integration/usage-in-a-laminas-mvc-application.md # docs/book/application-integration/usage-in-a-mezzio-application.md # docs/book/docker-deployment.md # docs/book/index.md # docs/book/metadata.md # docs/book/metadata/examples.md # docs/book/metadata/intro.md # docs/book/metadata/objects.md # docs/book/profiler.md # docs/book/result-set/advanced.md # docs/book/result-set/examples.md # docs/book/result-set/intro.md # docs/book/row-gateway.md # docs/book/sql-ddl.md # docs/book/sql-ddl/advanced.md # docs/book/sql-ddl/alter-drop.md # docs/book/sql-ddl/columns.md # docs/book/sql-ddl/constraints.md # docs/book/sql-ddl/examples.md # docs/book/sql-ddl/intro.md # docs/book/sql.md # docs/book/sql/examples.md # docs/book/sql/insert.md # docs/book/sql/intro.md # docs/book/sql/select.md # docs/book/sql/update-delete.md # docs/book/sql/where-having.md # docs/book/table-gateway.md Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
Signed-off-by: Simon Mundy <46739456+simon-mundy@users.noreply.github.com>
Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
… documentation-improvements # Conflicts: # .markdownlint.json Signed-off-by: Simon Mundy <simon.mundy@peptolab.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The documentation for sql-ddl.md (available at https://docs.laminas.dev/laminas-db/sql-ddl/ for reference) shows some detail but does not show the full scope of these classes and methods.
This PR goes further and re-organises the existing sections, adds further examples and optimises syntax.
Closes #88