openalmanac 0.2.40 → 0.2.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -186,6 +186,12 @@ Want to add or change anything?
|
|
|
186
186
|
|
|
187
187
|
Include your recommendation. Wait for the user to confirm or adjust.
|
|
188
188
|
|
|
189
|
+
### Topics
|
|
190
|
+
|
|
191
|
+
The groupings you present (Locks, Components, Techniques, Community) become **community topics** on Almanac. Topics show up as categories on the wiki page and each article gets assigned to one. When you scaffold articles, include the topic in the `new()` call.
|
|
192
|
+
|
|
193
|
+
Keep topics broad and few (4-7). They're navigation, not a taxonomy. A topic like "Locks" is good. A topic like "European High-Security Disc Detainer Locks" is too specific — that's an article, not a topic.
|
|
194
|
+
|
|
189
195
|
### Scaffold entities
|
|
190
196
|
|
|
191
197
|
Before any writing, scaffold all planned articles as local files:
|