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

Remove use of dktl in user guide #3984

Merged
merged 1 commit into from
Jun 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/source/user-guide/guide_dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ Create a harvest based on the file above:

.. code-block::

dktl drush dkan:harvest:register --identifier=data --extract-uri=http://dkan.ddev.site/sites/default/files/h1.json
dktl drush dkan:harvest:run data
dktl drush cron
drush dkan:harvest:register --identifier=data --extract-uri=http://dkan.ddev.site/sites/default/files/h1.json
drush dkan:harvest:run data
drush cron

Add demo site content
---------------------
Expand All @@ -110,8 +110,8 @@ Remove the datasets with the remove command.

.. code-block::

dktl drush en sample_content -y
dktl drush dkan:sample-content:create
dktl drush cron
dktl drush dkan:sample:content:remove
drush en sample_content -y
drush dkan:sample-content:create
drush cron
drush dkan:sample:content:remove