File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535 - name : Download and extract boost release archive
3636 run : |
37- wget --no-verbose -O boost.tar.gz $(sed -n "s/.*link: '\(.*\)'/\1/p" config/config.yaml)
38- tar -xzf boost.tar.gz -C ../
37+ wget --no-verbose -O boost.tar.bz2 $(sed -n "s/.*link: '\(.*\)'/\1/p" config/config.yaml)
38+ tar -xjf boost.tar.bz2 -C ../
3939
4040 - name : Extract learn records
4141 run : python -m gecko.extract_learn_records
Original file line number Diff line number Diff line change 11boost :
22 version : ' 1_88_0'
33 root : ' ../boost_1_88_0'
4- link : ' https://archives.boost.io/beta /1.88.0.beta1 /source/boost_1_88_0_b1 .tar.gz '
4+ link : ' https://archives.boost.io/release /1.88.0/source/boost_1_88_0 .tar.bz2 '
55
66website-v2-docs :
77 root : ' ../website-v2-docs/build'
88 sections :
99 - key : ' contributor-guide'
1010 name : ' Contributor Guide'
11- last-records : 513
12- last-words : 53908
13- last-lvls : 1773
11+ last-records : 457
12+ last-words : 52621
13+ last-lvls : 1547
1414
1515 - key : ' formal-reviews'
1616 name : ' Formal Reviews'
17- last-records : 61
18- last-words : 8994
19- last-lvls : 207
17+ last-records : 62
18+ last-words : 9248
19+ last-lvls : 211
2020
2121 - key : ' user-guide'
2222 name : ' User Guide'
23- last-records : 295
24- last-words : 41189
25- last-lvls : 901
23+ last-records : 373
24+ last-words : 71384
25+ last-lvls : 1158
2626
2727algolia :
2828 app-id : D7O1MLLTAF
@@ -325,9 +325,9 @@ crawlers:
325325 last-lvls : 14800
326326
327327 - key : url
328- last-records : 7147
329- last-words : 113871
330- last-lvls : 15272
328+ last-records : 6776
329+ last-words : 111447
330+ last-lvls : 12555
331331
332332 - name : AsciiDoc
333333 libraries :
@@ -371,6 +371,11 @@ crawlers:
371371 last-words : 12200
372372 last-lvls : 221
373373
374+ - key : hash2
375+ last-records : 156
376+ last-words : 15999
377+ last-lvls : 569
378+
374379 - key : io
375380 last-records : 42
376381 last-words : 2637
@@ -454,9 +459,9 @@ crawlers:
454459 last-lvls : 195
455460
456461 - key : asio
457- last-records : 10208
458- last-words : 384721
459- last-lvls : 37404
462+ last-records : 10219
463+ last-words : 386999
464+ last-lvls : 37445
460465
461466 - key : atomic
462467 last-records : 77
@@ -465,7 +470,7 @@ crawlers:
465470
466471 - key : beast
467472 last-records : 4878
468- last-words : 161264
473+ last-words : 161263
469474 last-lvls : 18468
470475
471476 - key : bimap
@@ -604,9 +609,9 @@ crawlers:
604609 last-lvls : 7006
605610
606611 - key : geometry
607- last-records : 2544
608- last-words : 86507
609- last-lvls : 10694
612+ last-records : 2545
613+ last-words : 86582
614+ last-lvls : 10696
610615
611616 - key : heap
612617 last-records : 91
@@ -664,13 +669,13 @@ crawlers:
664669 last-lvls : 92
665670
666671 - key : lockfree
667- last-records : 41
668- last-words : 6488
669- last-lvls : 96
672+ last-records : 45
673+ last-words : 6803
674+ last-lvls : 113
670675
671676 - key : log
672677 last-records : 1735
673- last-words : 118248
678+ last-words : 118299
674679 last-lvls : 7456
675680
676681 - key : math
Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ function Demo() {
7979 versionWarning = { false }
8080 library = { library }
8181 onLearnPages = { false }
82- librariesUrlPrefix = { 'https://www.boost.io/doc/libs/1_87_0_beta1 ' }
82+ librariesUrlPrefix = { 'https://www.boost.io/doc/libs/latest ' }
8383 learnUrlPrefix = { 'https://www.boost.io/doc/' }
84- librariesAlgoliaIndex = { '1_87_0 ' }
84+ librariesAlgoliaIndex = { '1_88_0 ' }
8585 learnAlgoliaIndex = { 'learn' }
8686 alogliaAppId = { 'D7O1MLLTAF' }
8787 alogliaApiKey = { '44d0c0aac3c738bebb622150d1ec4ebf' }
You can’t perform that action at this time.
0 commit comments