Skip to content

Commit

Permalink
chore(docs): Update Identity banner (#4382)
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass authored Dec 5, 2024
1 parent 5546782 commit 8a30632
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/site/configs/preContent.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Copyright (c) 2024 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

import React from 'react';
import Admonition from '@theme/Admonition';

export default {
'/iota-identity*': <Admonition type='info'>IOTA Identity is currently in alpha and may still be subject to significant changes</Admonition>,
'/iota-identity*': <Admonition type='info'>IOTA Identity for Rebased is currently in alpha and may still be subject to significant changes</Admonition>,
};

0 comments on commit 8a30632

Please sign in to comment.