diff --git a/docs-en/chapter_array_and_linkedlist/array.md b/en/docs/chapter_array_and_linkedlist/array.md similarity index 100% rename from docs-en/chapter_array_and_linkedlist/array.md rename to en/docs/chapter_array_and_linkedlist/array.md diff --git a/docs-en/chapter_array_and_linkedlist/index.md b/en/docs/chapter_array_and_linkedlist/index.md similarity index 100% rename from docs-en/chapter_array_and_linkedlist/index.md rename to en/docs/chapter_array_and_linkedlist/index.md diff --git a/docs-en/chapter_array_and_linkedlist/linked_list.md b/en/docs/chapter_array_and_linkedlist/linked_list.md similarity index 100% rename from docs-en/chapter_array_and_linkedlist/linked_list.md rename to en/docs/chapter_array_and_linkedlist/linked_list.md diff --git a/docs-en/chapter_array_and_linkedlist/list.md b/en/docs/chapter_array_and_linkedlist/list.md similarity index 100% rename from docs-en/chapter_array_and_linkedlist/list.md rename to en/docs/chapter_array_and_linkedlist/list.md diff --git a/docs-en/chapter_array_and_linkedlist/ram_and_cache.md b/en/docs/chapter_array_and_linkedlist/ram_and_cache.md similarity index 100% rename from docs-en/chapter_array_and_linkedlist/ram_and_cache.md rename to en/docs/chapter_array_and_linkedlist/ram_and_cache.md diff --git a/docs-en/chapter_array_and_linkedlist/summary.md b/en/docs/chapter_array_and_linkedlist/summary.md similarity index 100% rename from docs-en/chapter_array_and_linkedlist/summary.md rename to en/docs/chapter_array_and_linkedlist/summary.md diff --git a/docs-en/chapter_computational_complexity/index.md b/en/docs/chapter_computational_complexity/index.md similarity index 100% rename from docs-en/chapter_computational_complexity/index.md rename to en/docs/chapter_computational_complexity/index.md diff --git a/docs-en/chapter_computational_complexity/iteration_and_recursion.md b/en/docs/chapter_computational_complexity/iteration_and_recursion.md similarity index 100% rename from docs-en/chapter_computational_complexity/iteration_and_recursion.md rename to en/docs/chapter_computational_complexity/iteration_and_recursion.md diff --git a/docs-en/chapter_computational_complexity/performance_evaluation.md b/en/docs/chapter_computational_complexity/performance_evaluation.md similarity index 100% rename from docs-en/chapter_computational_complexity/performance_evaluation.md rename to en/docs/chapter_computational_complexity/performance_evaluation.md diff --git a/docs-en/chapter_computational_complexity/space_complexity.md b/en/docs/chapter_computational_complexity/space_complexity.md similarity index 100% rename from docs-en/chapter_computational_complexity/space_complexity.md rename to en/docs/chapter_computational_complexity/space_complexity.md diff --git a/docs-en/chapter_computational_complexity/summary.md b/en/docs/chapter_computational_complexity/summary.md similarity index 100% rename from docs-en/chapter_computational_complexity/summary.md rename to en/docs/chapter_computational_complexity/summary.md diff --git a/docs-en/chapter_computational_complexity/time_complexity.md b/en/docs/chapter_computational_complexity/time_complexity.md similarity index 100% rename from docs-en/chapter_computational_complexity/time_complexity.md rename to en/docs/chapter_computational_complexity/time_complexity.md diff --git a/docs-en/chapter_data_structure/basic_data_types.md b/en/docs/chapter_data_structure/basic_data_types.md similarity index 100% rename from docs-en/chapter_data_structure/basic_data_types.md rename to en/docs/chapter_data_structure/basic_data_types.md diff --git a/docs-en/chapter_data_structure/character_encoding.md b/en/docs/chapter_data_structure/character_encoding.md similarity index 100% rename from docs-en/chapter_data_structure/character_encoding.md rename to en/docs/chapter_data_structure/character_encoding.md diff --git a/docs-en/chapter_data_structure/classification_of_data_structure.md b/en/docs/chapter_data_structure/classification_of_data_structure.md similarity index 100% rename from docs-en/chapter_data_structure/classification_of_data_structure.md rename to en/docs/chapter_data_structure/classification_of_data_structure.md diff --git a/docs-en/chapter_data_structure/index.md b/en/docs/chapter_data_structure/index.md similarity index 100% rename from docs-en/chapter_data_structure/index.md rename to en/docs/chapter_data_structure/index.md diff --git a/docs-en/chapter_data_structure/number_encoding.md b/en/docs/chapter_data_structure/number_encoding.md similarity index 100% rename from docs-en/chapter_data_structure/number_encoding.md rename to en/docs/chapter_data_structure/number_encoding.md diff --git a/docs-en/chapter_data_structure/summary.md b/en/docs/chapter_data_structure/summary.md similarity index 100% rename from docs-en/chapter_data_structure/summary.md rename to en/docs/chapter_data_structure/summary.md diff --git a/docs-en/chapter_hashing/hash_algorithm.md b/en/docs/chapter_hashing/hash_algorithm.md similarity index 100% rename from docs-en/chapter_hashing/hash_algorithm.md rename to en/docs/chapter_hashing/hash_algorithm.md diff --git a/docs-en/chapter_hashing/hash_collision.md b/en/docs/chapter_hashing/hash_collision.md similarity index 100% rename from docs-en/chapter_hashing/hash_collision.md rename to en/docs/chapter_hashing/hash_collision.md diff --git a/docs-en/chapter_hashing/hash_map.md b/en/docs/chapter_hashing/hash_map.md similarity index 100% rename from docs-en/chapter_hashing/hash_map.md rename to en/docs/chapter_hashing/hash_map.md diff --git a/docs-en/chapter_hashing/index.md b/en/docs/chapter_hashing/index.md similarity index 100% rename from docs-en/chapter_hashing/index.md rename to en/docs/chapter_hashing/index.md diff --git a/docs-en/chapter_hashing/summary.md b/en/docs/chapter_hashing/summary.md similarity index 100% rename from docs-en/chapter_hashing/summary.md rename to en/docs/chapter_hashing/summary.md diff --git a/docs-en/chapter_introduction/algorithms_are_everywhere.md b/en/docs/chapter_introduction/algorithms_are_everywhere.md similarity index 100% rename from docs-en/chapter_introduction/algorithms_are_everywhere.md rename to en/docs/chapter_introduction/algorithms_are_everywhere.md diff --git a/docs-en/chapter_introduction/index.md b/en/docs/chapter_introduction/index.md similarity index 100% rename from docs-en/chapter_introduction/index.md rename to en/docs/chapter_introduction/index.md diff --git a/docs-en/chapter_introduction/summary.md b/en/docs/chapter_introduction/summary.md similarity index 100% rename from docs-en/chapter_introduction/summary.md rename to en/docs/chapter_introduction/summary.md diff --git a/docs-en/chapter_introduction/what_is_dsa.md b/en/docs/chapter_introduction/what_is_dsa.md similarity index 100% rename from docs-en/chapter_introduction/what_is_dsa.md rename to en/docs/chapter_introduction/what_is_dsa.md diff --git a/docs-en/chapter_preface/about_the_book.md b/en/docs/chapter_preface/about_the_book.md similarity index 100% rename from docs-en/chapter_preface/about_the_book.md rename to en/docs/chapter_preface/about_the_book.md diff --git a/docs-en/chapter_preface/index.md b/en/docs/chapter_preface/index.md similarity index 100% rename from docs-en/chapter_preface/index.md rename to en/docs/chapter_preface/index.md diff --git a/docs-en/chapter_preface/suggestions.md b/en/docs/chapter_preface/suggestions.md similarity index 100% rename from docs-en/chapter_preface/suggestions.md rename to en/docs/chapter_preface/suggestions.md diff --git a/docs-en/chapter_preface/summary.md b/en/docs/chapter_preface/summary.md similarity index 100% rename from docs-en/chapter_preface/summary.md rename to en/docs/chapter_preface/summary.md diff --git a/docs-en/chapter_stack_and_queue/deque.md b/en/docs/chapter_stack_and_queue/deque.md similarity index 100% rename from docs-en/chapter_stack_and_queue/deque.md rename to en/docs/chapter_stack_and_queue/deque.md diff --git a/docs-en/chapter_stack_and_queue/index.md b/en/docs/chapter_stack_and_queue/index.md similarity index 100% rename from docs-en/chapter_stack_and_queue/index.md rename to en/docs/chapter_stack_and_queue/index.md diff --git a/docs-en/chapter_stack_and_queue/queue.md b/en/docs/chapter_stack_and_queue/queue.md similarity index 100% rename from docs-en/chapter_stack_and_queue/queue.md rename to en/docs/chapter_stack_and_queue/queue.md diff --git a/docs-en/chapter_stack_and_queue/stack.md b/en/docs/chapter_stack_and_queue/stack.md similarity index 100% rename from docs-en/chapter_stack_and_queue/stack.md rename to en/docs/chapter_stack_and_queue/stack.md diff --git a/docs-en/chapter_stack_and_queue/summary.md b/en/docs/chapter_stack_and_queue/summary.md similarity index 100% rename from docs-en/chapter_stack_and_queue/summary.md rename to en/docs/chapter_stack_and_queue/summary.md diff --git a/docs-en/index.assets/btn_chinese_edition.svg b/en/docs/index.assets/btn_chinese_edition.svg similarity index 100% rename from docs-en/index.assets/btn_chinese_edition.svg rename to en/docs/index.assets/btn_chinese_edition.svg diff --git a/docs-en/index.assets/btn_chinese_edition_dark.svg b/en/docs/index.assets/btn_chinese_edition_dark.svg similarity index 100% rename from docs-en/index.assets/btn_chinese_edition_dark.svg rename to en/docs/index.assets/btn_chinese_edition_dark.svg diff --git a/docs-en/index.assets/btn_download_pdf.svg b/en/docs/index.assets/btn_download_pdf.svg similarity index 100% rename from docs-en/index.assets/btn_download_pdf.svg rename to en/docs/index.assets/btn_download_pdf.svg diff --git a/docs-en/index.assets/btn_download_pdf_dark.svg b/en/docs/index.assets/btn_download_pdf_dark.svg similarity index 100% rename from docs-en/index.assets/btn_download_pdf_dark.svg rename to en/docs/index.assets/btn_download_pdf_dark.svg diff --git a/docs-en/index.assets/btn_read_online.svg b/en/docs/index.assets/btn_read_online.svg similarity index 100% rename from docs-en/index.assets/btn_read_online.svg rename to en/docs/index.assets/btn_read_online.svg diff --git a/docs-en/index.assets/btn_read_online_dark.svg b/en/docs/index.assets/btn_read_online_dark.svg similarity index 100% rename from docs-en/index.assets/btn_read_online_dark.svg rename to en/docs/index.assets/btn_read_online_dark.svg diff --git a/docs-en/index.md b/en/docs/index.md similarity index 99% rename from docs-en/index.md rename to en/docs/index.md index 591fe676a..9c8b01bed 100644 --- a/docs-en/index.md +++ b/en/docs/index.md @@ -49,8 +49,6 @@ hide:
Feel free to engage in Chinese-to-English translation and pull request review! For guidelines, please see #914.
-Quote