Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(): global hardcoded docs footer (#26)
* define schema for footer content * textual footer content * parse footercontent and map to typescript function * move Footer Schema and Content into index.tsx * correct indentation * remove redundant code * use footerConfig within TSX function * Delete src/custom/docs/components/footer/text.json delete unneeded text.json * delete redundent file * remove {props.subtitle} and add Trademark Guidelines * Add forward slash after second legal entry * Add lint to ci. * Fix type errors. * Remove domain from intralinks. * remove unneeded subtitle * change title to name and specify column as property of FooterConfig * Improve footer link wrapping. * feat(): Feat/global footer commit f982431 Merge: ed1e978 34f9064 Author: Irfan Khan <[email protected]> Date: Thu Oct 3 15:21:06 2024 +0100 Merge branch 'feat/global_footer' of https://github.com/CQCL/quantinuum-ui into feat/global_footer commit ed1e978 Author: Irfan Khan <[email protected]> Date: Thu Oct 3 15:19:44 2024 +0100 change title to name and specify column as property of FooterConfig commit d203c5e Author: Irfan Khan <[email protected]> Date: Thu Oct 3 15:18:48 2024 +0100 remove unneeded subtitle commit 34f9064 Author: aidanCQ <[email protected]> Date: Thu Oct 3 15:17:58 2024 +0100 Remove domain from intralinks. commit 60c1a3a Author: aidanCQ <[email protected]> Date: Thu Oct 3 15:17:00 2024 +0100 Fix type errors. commit c35745f Author: aidanCQ <[email protected]> Date: Thu Oct 3 15:16:55 2024 +0100 Add lint to ci. commit 1204910 Author: Irfan Khan <[email protected]> Date: Thu Oct 3 15:06:02 2024 +0100 Add forward slash after second legal entry commit 1c7d0e1 Author: Irfan Khan <[email protected]> Date: Thu Oct 3 15:03:30 2024 +0100 remove {props.subtitle} and add Trademark Guidelines commit a38ca41 Author: Irfan Khan <[email protected]> Date: Thu Oct 3 15:02:55 2024 +0100 delete redundent file commit 4478a0e Author: irfankhan10 <[email protected]> Date: Tue Oct 1 16:08:33 2024 +0100 Delete src/custom/docs/components/footer/text.json delete unneeded text.json commit 774acd5 Author: Irfan Khan <[email protected]> Date: Mon Sep 30 18:45:03 2024 +0200 use footerConfig within TSX function commit 8164624 Author: Irfan Khan <[email protected]> Date: Mon Sep 30 18:44:19 2024 +0200 remove redundant code commit 693031e Author: Irfan Khan <[email protected]> Date: Mon Sep 30 18:41:41 2024 +0200 correct indentation commit 71b7c82 Author: Irfan Khan <[email protected]> Date: Mon Sep 30 18:41:12 2024 +0200 move Footer Schema and Content into index.tsx commit fa8a483 Author: Irfan Khan <[email protected]> Date: Mon Sep 30 18:21:39 2024 +0200 parse footercontent and map to typescript function commit f9de06c Author: Irfan Khan <[email protected]> Date: Mon Sep 30 18:21:16 2024 +0200 textual footer content commit e32a714 Author: Irfan Khan <[email protected]> Date: Mon Sep 30 18:21:09 2024 +0200 define schema for footer content --------- Co-authored-by: aidanCQ <[email protected]>
- Loading branch information