@@ -6,7 +6,7 @@ const chalk = require('chalk')
66// accepted data field values
77const sdk_languages = [ 'nodejs' , 'scala' , 'python' , 'swift' , 'csharp' , 'objective-c' , 'android-java' , 'any' , 'java' , 'kotlin' , 'dart' , 'golang' , 'c++' ]
88
9- const tags = [ 'Ottoman' , 'Ktor' , 'REST API' , 'Express' , 'Flask' , 'TLS' , 'Configuration' , 'Next.js' , 'iOS' , 'Xcode' , '.NET' , 'Xamarin' , 'Authentication' , 'OpenID' , 'Keycloak' , 'Android' , 'P2P' , 'UIKit' , 'Installation' , 'Spring Boot' , 'Spring Data' , 'Transactions' , 'SQL++ (N1QL)' , 'Optimization' , 'Community Edition' , 'Docker' , 'Data Modeling' , 'Metadata' , 'Best Practices' , 'Data Ingestion' , 'Kafka' , 'Support' , 'Customer' , 'Prometheus' , 'Monitoring' , 'Observability' , 'Metrics' , 'Query Workbench' , 'ASP.NET' , 'linq' , 'DBaaS' , 'App Services' , 'Flutter' , 'Gin Gonic' , 'FastAPI' , 'LangChain' , "OpenAI" , "Streamlit" , 'Google Gemini' , 'Nvidia NIM' , 'LLama3' , 'AWS' , 'Artificial Intelligence' , 'Cohere' , 'Jina AI' , 'Mistral AI' , 'Ragas' , 'Haystack' , 'LangGraph' , 'Amazon Bedrock' , 'CrewAI' , 'PydanticAI' , 'C++' , 'C++ SDK' , 'smolagents' , 'Ag2' , 'Autogen' , 'Couchbase Edge Server' , 'Deepseek' , 'OpenRouter' , 'mastra' ]
9+ const tags = [ 'Ottoman' , 'Ktor' , 'REST API' , 'Express' , 'Flask' , 'TLS' , 'Configuration' , 'Next.js' , 'iOS' , 'Xcode' , '.NET' , 'Xamarin' , 'Authentication' , 'OpenID' , 'Keycloak' , 'Android' , 'P2P' , 'UIKit' , 'Installation' , 'Spring Boot' , 'Spring Data' , 'Transactions' , 'SQL++ (N1QL)' , 'Optimization' , 'Community Edition' , 'Docker' , 'Data Modeling' , 'Metadata' , 'Best Practices' , 'Data Ingestion' , 'Kafka' , 'Support' , 'Customer' , 'Prometheus' , 'Monitoring' , 'Observability' , 'Metrics' , 'Query Workbench' , 'ASP.NET' , 'linq' , 'DBaaS' , 'App Services' , 'Flutter' , 'Gin Gonic' , 'FastAPI' , 'LangChain' , "OpenAI" , "Streamlit" , 'Google Gemini' , 'Nvidia NIM' , 'LLama3' , 'AWS' , 'Artificial Intelligence' , 'Cohere' , 'Jina AI' , 'Mistral AI' , 'Ragas' , 'Haystack' , 'LangGraph' , 'Amazon Bedrock' , 'CrewAI' , 'PydanticAI' , 'C++' , 'C++ SDK' , 'smolagents' , 'Ag2' , 'Autogen' , 'Couchbase Edge Server' , 'Deepseek' , 'OpenRouter' , 'mastra' , 'Looker Studio' , 'Google Data Studio' , 'Connector' , 'Couchbase Columnar' , 'Views-only' , 'Data API' ]
1010
1111const technologies = [ 'connectors' , 'kv' , 'query' , 'capella' , 'server' , 'index' , 'mobile' , 'fts' , 'sync gateway' , 'eventing' , 'analytics' , 'udf' , 'vector search' , 'react' , 'edge-server' , 'app-services' ]
1212
@@ -95,7 +95,7 @@ const test = (data, path) => {
9595 process . exit ( 1 )
9696 }
9797 //testing title length
98- if ( data . title ?. length > 72 ) {
98+ if ( data . title ?. length > 100 ) {
9999 makeResponseFailure ( data , path , 'Invalid title Length' , data . title ?. length , 'Post title must be less than 72 characters long' )
100100 process . exit ( 1 )
101101 }
0 commit comments