Skip to content

Commit 2edb465

Browse files
committed
Add Coretime Renewal page
1 parent 0f6fe7c commit 2edb465

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

develop/parachains/deployment/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ nav:
44
- 'Build a Deterministic Runtime': build-deterministic-runtime.md
55
- 'Generate Chain Specs': generate-chain-specs.md
66
- 'Obtain Coretime': obtain-coretime.md
7+
- 'Coretime Renewal': coretime-renewal.md
78
# - 'POP CLI': pop-cli.md
89
# - 'Tanssi': tanssi.md
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Coretime Renewal
3+
description: TODO
4+
---
5+
6+
# Coretime Renewal
7+
8+
## Introduction

llms.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Doc-Page: https://docs.polkadot.com/develop/parachains/customize-parachain/
1919
Doc-Page: https://docs.polkadot.com/develop/parachains/customize-parachain/make-custom-pallet/
2020
Doc-Page: https://docs.polkadot.com/develop/parachains/customize-parachain/overview/
2121
Doc-Page: https://docs.polkadot.com/develop/parachains/deployment/build-deterministic-runtime/
22+
Doc-Page: https://docs.polkadot.com/develop/parachains/deployment/coretime-renewal/
2223
Doc-Page: https://docs.polkadot.com/develop/parachains/deployment/generate-chain-specs/
2324
Doc-Page: https://docs.polkadot.com/develop/parachains/deployment/
2425
Doc-Page: https://docs.polkadot.com/develop/parachains/deployment/obtain-coretime/
@@ -3858,6 +3859,18 @@ Keep in mind that there is no `latest` tag for the `srtool` image. Ensure that t
38583859
The naming convention for `paritytech/srtool` Docker images specifies the version of the Rust compiler used to compile the code included in the image. Some images specify both a compiler version and the version of the build script used. For example, an image named `paritytech/srtool:1.62.0-0.9.19` was compiled with version `1.62.0` of the `rustc` compiler and version `0.9.19` of the build script. Images that only specify the compiler version always contain the software's latest version.
38593860
--- END CONTENT ---
38603861

3862+
Doc-Content: https://docs.polkadot.com/develop/parachains/deployment/coretime-renewal/
3863+
--- BEGIN CONTENT ---
3864+
---
3865+
title: Coretime Renewal
3866+
description: TODO
3867+
---
3868+
3869+
# Coretime Renewal
3870+
3871+
## Introduction
3872+
--- END CONTENT ---
3873+
38613874
Doc-Content: https://docs.polkadot.com/develop/parachains/deployment/generate-chain-specs/
38623875
--- BEGIN CONTENT ---
38633876
---

0 commit comments

Comments
 (0)