Commit Graph

11 Commits

Author SHA1 Message Date
Ramesh Reddy
5d94d831f7 DBZ-2753: Modified instructions to use Podman to run the core example
Signed-off-by: Ramesh Reddy <rareddy@jboss.org>
2020-11-18 08:43:48 +01:00
Tova Cohen
10fd7bb49d DBZ-2402 Rename some files and updates references to those files 2020-08-06 12:02:26 +02:00
TovaCohen
98f9ef2574 DBZ-2105 Adds AsciiDoc anchor ID to the top of each file that did not already have one. 2020-05-28 11:04:17 -04:00
TovaCohen
964f31dd36 DBZ-2105 Removing includes statements for the _attributes.adoc file and remove that file. 2020-05-28 11:04:16 -04:00
Alexander Schwartz
13dbc1f31c DBZ-1944 moving files that are used only in includes to partials
... so that Antora doesn't create a separate page for them that would be meaningless or confusing to users or search engines
2020-04-09 08:29:46 +02:00
Ben Hardesty
479563c144 Modularize and refactor tutorial 2020-02-17 11:35:30 -05:00
Chris Cranford
5d7ae4a46c
DBZ-1686 Documentation Changes (#1251)
* DBZ-1686 Remove references to specific DBZ versions; Fix typo reference to db2 connector
2020-02-10 21:38:37 +01:00
Theofanis Despoudis
d0e3c8bf90 Added missing step when deleting customers
When running:
```
DELETE FROM customers WHERE id=1004;
```
I get back:
```
ERROR 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails (`inventory`.`addresses`, CONSTRAINT `addresses_ibfk_1` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`))
```
So I added some instructions on deleting this entry first before continuing.
2019-12-04 18:51:10 +01:00
Navdeep
0b436e27d7 Updated tutorial.adoc
Changed name of the terminal output to check out kafka connect service output.
2019-10-21 11:02:46 -04:00
Braden Staudacher
82dfb05efb Update to docs for small typo 2019-09-27 08:56:56 +02:00
Chris Cranford
88474b73e2 DBZ-317 Integration of Antora documentation framework 2019-09-05 16:48:14 +02:00