Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
simple_sitemap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
simple_sitemap
Commits
9caf6f33
Commit
9caf6f33
authored
Dec 15, 2019
by
Pawel G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation
parent
1bc8d71d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
README.md
README.md
+11
-8
No files found.
README.md
View file @
9caf6f33
...
...
@@ -122,9 +122,15 @@ to the 'Sitemap generation interval' setting.
A manual generation is possible on admin/config/search/simplesitemap. This is
also the place that shows the overall and variant specific generation status.
The sitemap can be also generated via drush: Use the command
'drush simple-sitemap:generate' ('ssg'), or 'drush simple-sitemap:rebuild-queue'
('ssr').
The sitemap can be also generated via drush:
*
`simple-sitemap:generate`
or
`ssg`
: Generates the sitemap (continues
generating from queue, or rebuilds queue for all variants beforehand if
nothing is queued).
*
`simple-sitemap:rebuild-queue`
or
`ssr`
: Deletes queue and queues elements
for all or specific sitemap variants. Add
`--variants`
flag and specify a
comma separated list of variants if wanting to queue only specific variants
for the upcoming generation.
Generation of hundreds of thousands of links can take time. Each variant gets
published as soon as all of its links have been generated. The previous version
...
...
@@ -142,8 +148,9 @@ programmatic sitemap generation. These include:
*
setVariants
*
getSitemap
*
removeSitemap
*
generateSitemap
*
queue
*
rebuildQueue
*
generateSitemap
*
enableEntityType
*
disableEntityType
*
setBundleSettings
...
...
@@ -162,11 +169,7 @@ programmatic sitemap generation. These include:
*
addSitemapVariant
*
removeSitemapVariants
*
getQueueWorker
*
deleteQueue
*
rebuildQueue
*
getInitialElementCount
*
getQueuedElementCount
*
getStashedResultCount
*
getProcessedElementCount
*
generationInProgress
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment